You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In some situations, a thread does not respond (a process runs for several hours) and, if there are tasks that require exclusive execution, they are put on hold.
Example:
Scenario where there is a critical error (PHP syntax or other): the task is created, the controller is called, the DB is modified (task marked as running), but the task never returns to idle.
Solution: add a max_duration or max_exec_duration field.
Beyond the allowed time, the associated PHP thread is killed and an alert is issued (in the targeted task logs).
The text was updated successfully, but these errors were encountered:
Tasks - add a max_duration field
In some situations, a thread does not respond (a process runs for several hours) and, if there are tasks that require exclusive execution, they are put on hold.
Example:
Solution: add a max_duration or max_exec_duration field.
Beyond the allowed time, the associated PHP thread is killed and an alert is issued (in the targeted task logs).
The text was updated successfully, but these errors were encountered: