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
Jobs that are being executed can failed due to queue timeouts for example. In order to handle the jobs correctly (i.e. set the draft flag for definitions that are waiting for a job to finish) we need to listen for failed jobs. This can be done by registering the Queue::failing method in the application.
The text was updated successfully, but these errors were encountered:
Issue
Jobs that are being executed can failed due to queue timeouts for example. In order to handle the jobs correctly (i.e. set the draft flag for definitions that are waiting for a job to finish) we need to listen for failed jobs. This can be done by registering the Queue::failing method in the application.
The text was updated successfully, but these errors were encountered: