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
So like you mentioned on the call, I'm not sure we need to spend time adding retries onto "normal" queues since that can be handled via app code + failed queues
As per discussion with @ShaneOH, this makes more sense as a retry count on the failure queue, so this will be closed in favor of #24 which has a --dlq-after option which specifies the number of failures on the _failed queue before request will be driven to DLQ.
This would control the number of failures allowed before the queue sends jobs to failed.
usage:
--retry-count <number>
The text was updated successfully, but these errors were encountered: