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

Announcements
Meet Qlik's New CEO. The Future Is Bright — Here's What to Expect
cancel
Showing results for 
Search instead for 
Did you mean: 
rx98u5pq
Contributor III
Contributor III

Qlik Automation - too many requests

Hi all,

I have created a button in an app which triggers an automation to refresh an app.  (The automation runs fine, it is very simple and focusses on a single small ap).  The refresh of the app takes about 4 minutes.

However, it failed once and now seems to be "stuck" on the following message every time I try to trigger the automation:

"A pending reload request already exists for this app"

I logged in this morning and tried to refresh the app again and got this error.  there is no refresh occurring...so how do I kill any pending reload requests or is this a bug?


Labels (3)
10 Replies
rx98u5pq
Contributor III
Contributor III
Author

Interesting!  so:
A:
- adding wait for reload
- removing the loop block
- keeping condition and exit block
resulted in automation running for 1.5 minutes and then giving an error (with no explanation in the logs!)
B:
- adding wait for reload
- removing the loop block
- removing condition and exit block
automation ran successfully and finished after about 4/5 minutes.

So I am going to go with option B - not entirely sure why the condition and exit block results in a failure but the most simple automation works!