Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
MT4T
Creator
Creator

Automation stucked

Hi,

we have an automation in our Qlik Cloud tenant.

Untill yesterday 23:00 CET it was stable. But then we facing wierd issue with very begining block.

It should run every hour reload aplication called "SAP checker" (it takes about 11 seconds), if reload is sucessfull then do next. If not stop. Automation properly realoading "SAP checker" but it seems it can not get information that reload was successful or not. Automation is running 4 hours and then failed. I have checked this in chronological and whole of 4 hours it was waiting for this info (succeed or not succeed). There was not any changes within automation. One run was succesfull in between of occuring this issue. What could be the problem here ? 

{"block":"condition5","index":1,"in_count":1,"timestamp_start":1713905940544382,"timestamp":1713905940544519,"memory_usage":6807456,"out_count":1,"out":true,"in":[{"Argument 1":"2","Condition":"less than or equal to","Argument 2":5,"Result":true}]}
{"block":"DoReload3","index":1,"in_count":8,"timestamp_start":1713905940544570,"loading":true,"in":{"blendr_on_error":"stop","datasource":"5bf358e0-9ac0-11ec-b635-abf0d828fbef","app_id":"5fd44cda-d1b1-4a02-b446-073b8cac0e08","run_mode":"Wait for reload to complete","timeout":null,"partial":null,"blendr_snippet_guid":"b5dbb7a0-e715-11ea-b2bf-43bb35adee19","blendr_connector_guid":"61a87510-c7a3-11ea-95da-0fb0c241e75c"}}

MT4T_0-1713970537932.png

Below is screen how should look successful run:

MT4T_1-1713970697101.png

 

 

 

Labels (2)
1 Solution

Accepted Solutions
MT4T
Creator
Creator
Author

After two days of wondering about issue i implemented "timeout 25seconds" into problematic block.

It solves that issue. If reload of "SAP checker" has been successfull there is no issue and return true. 

If error without returning "false" timeout will do its job. Rest of automation behave as intended.

View solution in original post

1 Reply
MT4T
Creator
Creator
Author

After two days of wondering about issue i implemented "timeout 25seconds" into problematic block.

It solves that issue. If reload of "SAP checker" has been successfull there is no issue and return true. 

If error without returning "false" timeout will do its job. Rest of automation behave as intended.