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

[Question] What happens when a processing_error occurs? #34

Open
ludgerey opened this issue Nov 2, 2022 · 1 comment
Open

[Question] What happens when a processing_error occurs? #34

ludgerey opened this issue Nov 2, 2022 · 1 comment

Comments

@ludgerey
Copy link

ludgerey commented Nov 2, 2022

We had an issue with one queue that had multiple messages which had marked as processing_error. Some how most of the message have been replayed since the issue was solved, but we lost some messages.

Now I wonder what exactly happens if a processing error occurs? Will it become a new message in the queue? Will it just be in-flight? When will it be retried? How often will it retry? Can I configure the delay between attempts or other parameters?

@SK-CSE
Copy link

SK-CSE commented Dec 6, 2023

it will be send back to the queue and will be consumed again and again unless you have some DLQ setup in that queue where after retires msg will be pushed. this is my observation

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

2 participants