Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
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 (1)
3 Replies
Bastien_Laugiero
Support
Support

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
Support
Support

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.