#Are tasks interrupted in the middle of processing retried?

6 messages · Page 1 of 1 (latest)

hearty compass
#

For example, if the server is rebooted/crashes while it was processing, is payload able to "requeue" or retry it? In my project, when the instance rebooted, the job was marked as "processing" which meant no runner would pick it up. Am I missing something?

hearty compass
#

Are tasks interrupted in the middle of processing retried?

forest shell
#

In my experience, no. It will only be picked up again if it is marked as failed and you have retries enabled.

#

I queue a secondary job with a waitUntil that will restart stuck jobs to get around this