Skip to main content
Announcements
SYSTEM MAINTENANCE: Thurs., Sept. 19, 1 AM ET, Platform will be unavailable for approx. 60 minutes.
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
Partner - Specialist
Partner - Specialist

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

View solution in original post

3 Replies
marksouzacosta
Partner - Specialist
Partner - Specialist

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
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
Partner - Specialist
Partner - Specialist

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