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

Announcements
Solving the Informatica Dilemma: On-Demand Briefing - Watch On Demand!
cancel
Showing results for 
Search instead for 
Did you mean: 
GOKULAKANNAN
Creator II
Creator II

Triggering the reload for every 5 mins using Python script integrated into Automation

Hi Team, 

Is there a way to trigger an application reload using the python script integrated in qlik cloud automation (using API), 

It should trigger the automation for one time , but in a loop python script should execute for every 5 mins.

I have frequent scheduler app, but looking for a better way to execute the app reload.

 

Labels (3)
3 Replies
Shai_E
Support
Support

Hi @GOKULAKANNAN 

Not really sure why you need the python script, you can schedule an automation to run every 5 minutes to reload an app.

I dont know how the python script is being used, but if its through the custom code block you should know it doesn't allow third party modules or doesn't allow internet connection.

Best Regards

GOKULAKANNAN
Creator II
Creator II
Author

Hi @Shai_E , 

I only have 1000 runs per month, in that case what should i do

Regards,

Gokulakannan.S

Shai_E
Support
Support

Hi @GOKULAKANNAN 

I assume you can also make an http request to reload a specific app outside of QAA, and make that http request every 5 minutes

Reloads REST | Qlik Developer Portal

But then i assume it will consume another resource other then automation runs (app reload related).