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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Farsana
Creator
Creator

To schedule job on every 10 mins

Team,

 

Team,

I want to schedule the job for every 10 mins/ 15 mins. But it starts from just 1 hours. Thanks Farsana

Farsana_1-1725371253180.png

 

Farsana_0-1725371198790.png

 

Labels (6)
1 Solution

Accepted Solutions
marksouzacosta

The Qlik REST API you'll have to use is the Reloads (POST Method):
https://qlik.dev/apis/rest/reloads/#post-v1-reloads

You can implement and call it in multiple ways. You could for example create a Python or a PowerShell script and run it every X minutes as Windows Task Scheduler or any other scheduler tool you have (Qlik Sense QMC, SQL Jobs, etc, etc).

Regards,

Mark Costa

Read more at Data Voyagers - datavoyagers.net
Follow me on my LinkedIn | Know IPC Global at ipc-global.com

View solution in original post

3 Replies
marksouzacosta

Hi @Farsana,

You have to use Qlik Automation or Qlik Sense API to call it externally.
I recommend Qlik API since this kind of automation will burn all your monthly runs.

Read more at Data Voyagers - datavoyagers.net
Follow me on my LinkedIn | Know IPC Global at ipc-global.com

Farsana
Creator
Creator
Author

Thanks @marksouzacosta , true as u highlighted automation was not the right option, can I get some reference on api to schedule the app for every 10 mins, it will be helpful to implement. Thanks again 

marksouzacosta

The Qlik REST API you'll have to use is the Reloads (POST Method):
https://qlik.dev/apis/rest/reloads/#post-v1-reloads

You can implement and call it in multiple ways. You could for example create a Python or a PowerShell script and run it every X minutes as Windows Task Scheduler or any other scheduler tool you have (Qlik Sense QMC, SQL Jobs, etc, etc).

Regards,

Mark Costa

Read more at Data Voyagers - datavoyagers.net
Follow me on my LinkedIn | Know IPC Global at ipc-global.com