Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Currently, when a scheduled task/reload fails in Qlik (for example due to temporary issues like connectivity failures, source unavailability or timeout errors), the task does not automatically retry.
The only way to recover is to wait for the next scheduled run or manually trigger the task. This can lead to delays in data availability and requires manual intervention, especially for time-sensitive dashboards.
Just checking if anyone has built something using Automation (webhooks or APIs) to handle retries.
Would really appreciate if you could share:
Thanks in advance!
Hi @Qlik_Wizard , have you seen this article?
https://community.qlik.com/t5/Official-Support-Articles/How-to-retry-a-failed-app-reload-in-Qlik-App...
And if it's the whole automation that fails:
https://community.qlik.com/t5/Official-Support-Articles/Qlik-Application-Automation-How-to-automatic...
Hey thanks for responding, our apps are reloading via scheduled tasks and not automation. So this does not help!
Hey thanks for responding, our apps are reloading via scheduled tasks and not automation. So this does not help!
Then you can check this one!
https://community.qlik.com/t5/Official-Support-Articles/How-to-run-an-automation-for-failed-reloads-...
At step 2, instead of sending a Teams alert, you just reload the app again.
Hi @Daniele_Purrone , thanks for responding!! instead reloading a single app my task scheduled are chained ones. So I want to trigger the scheduled task and not an individual app. I hope you understand where I'm going. If not please let me now and i can share snapshots
Hi @Qlik_Wizard - I believe you can trigger an automation whenever app reload finished through webhook whether the reload succeeded or failed.. if you see the app failed, then you ask the automation to rerun the app with Do Reload block. And also you can check for the error whether this is connection related error , if it is a genuine error which needs to be fixed that needs to be checked otherwise the automation will continue to throw the same error and will run in loop