Timeouts

It is possible to define a timeout for the workers so that if the job takes more time than the one specified in this option, the http call to the endpoint will be aborted.

The worker will merely request to abort the call, and it will be the endpoint's responsibility to actually gracefully abort whatever operation it may be doing. The job itself will be marked as failed with "failedReason": ...

Last updated