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
Something that seems to be missing from the job queue: The ability to fail/retry jobs (aka NACKing).
A job fails to run, either because of a bug or an operational issue, so the worker should signal to Bedrock that the job attempt failed and it should be returned to the queue.
The obvious follow-up to this would be tracking & reporting of the number of retries, so that workers can make decisions about if the job should be attempted (vs discarded/logged/stuffed in a deadletter).
The text was updated successfully, but these errors were encountered:
Something that seems to be missing from the job queue: The ability to fail/retry jobs (aka NACKing).
A job fails to run, either because of a bug or an operational issue, so the worker should signal to Bedrock that the job attempt failed and it should be returned to the queue.
The obvious follow-up to this would be tracking & reporting of the number of retries, so that workers can make decisions about if the job should be attempted (vs discarded/logged/stuffed in a deadletter).
The text was updated successfully, but these errors were encountered: