Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
gal_polak
Creator
Creator

Keep specific app in catch

Hi, 
Don't know if this is the right location, in case it's not please let me know 🙂 

So we have many apps, some are big some are small.
is there a way to keep one specific app in the catch all the time?

not using preload,  which I know is possible through .Net SDK
looking for a way to manage the catch and keep specific app in the catch all the time.

Labels (2)
3 Replies
Bastien_Laugiero

Hello, 

You can leverage the API for that. Here is an example of using the Qlik Sense .NET SDK to pre load an application

https://help.qlik.com/en-US/sense-developer/February2021/Subsystems/NetSDKAPI/Content/Sense_NetSDKAP...

Idea would be to run that frequently so that your application does not get unloaded after reaching the inactivity timeout. 

Hope this helps!

Bastien Laugiero
If a post helps to resolve your issue, please mark the appropriate replies as CORRECT.
gal_polak
Creator
Creator
Author

Thx Bastien for replaying.
I was hopping for something more elegant and with more capabilities to manage the entire catch
I'm trying to avoid creating endless loops and process that will need to run 24/7

Bastien_Laugiero

Hi, 

Thanks for the feedback. Unfortunately I am not aware about any other possibilities than "refreshing" the cache on periodic basis. And for that the API is probably the best way to go. 

Would be a great feature to be implemented though so I would suggest to add it here: 

https://community.qlik.com/t5/Suggest-an-Idea/idb-p/qlik-ideas

Bastien Laugiero
If a post helps to resolve your issue, please mark the appropriate replies as CORRECT.