-
Notifications
You must be signed in to change notification settings - Fork 15
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
Stopping a queue should delete all pending messages immediately #146
Labels
bug
Something isn't working
Comments
regevbr
changed the title
Stopping a queue should delete all pending messages immidieatly
Stopping a queue should delete all pending messages immediately
Aug 6, 2023
regevbr
added a commit
that referenced
this issue
Aug 6, 2023
regevbr
added a commit
that referenced
this issue
Aug 6, 2023
regevbr
added a commit
that referenced
this issue
Aug 6, 2023
regevbr
added a commit
that referenced
this issue
Aug 6, 2023
regevbr
added a commit
that referenced
this issue
Aug 6, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Expected Behavior
When stopped, we should delete immediately all pending messages to be deleted
Current Behavior
The pending for deletion messages will be deleted when the deletion timeout occurs (and it does not delay the shutdown)
Possible Solution
Delete all pending messages after there are no more messages in flight.
Steps to Reproduce (for bugs)
Context
Your Environment
The text was updated successfully, but these errors were encountered: