Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

If the queue is SQS, retries due to job timeouts are different from retries due to errors. #149

Open
hogeraccio opened this issue Jan 13, 2024 · 0 comments

Comments

@hogeraccio
Copy link

Timeout retries are retries due to visibility timeouts.
Error retries are retries due to messages being re-stacked in the queue.
I think the default timeout retry behavior should be the same as the error retry behavior, but I would like to know if it is your understanding that the control of timeout behavior is left to the job implementer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant