Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Task aborted before defined timeout time on QEMC.

We have the scheduled task to refresh the data on every 15 mins and time out was defined as 8 mins.

Today some tasks are aborted with time out error. But tasks were aborted b/w 5 to 7 mins of reload time of each task.

Why the task was aborted before 8 mins ?

Is there any server issue ? or any thoughts ?

2 Replies
laujerry
Creator
Creator

is your task a standalone task, or triggered by event(s)?
any hints from the log?

Peter_Cammaert
Partner - Champion III
Partner - Champion III

I guess that is because the timeout encompasses task execution, not just script reload. I'm basing my explanation of the timeout value in publisher tasks where the timeout includes all retries and therefor also includes task setup and distribution delays.

You can check whether this applies to a server without publisher too (max 5 retries) by inspecting the logs and checking whether the abort time - task start time equals 8 mins while the actual reload time will be less... See one of the DistributionService logs that start with Root_...

Peter