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

Handlers could be executed twice after a Message release #91

Closed
masterjus opened this issue Mar 18, 2022 · 0 comments · Fixed by #92
Closed

Handlers could be executed twice after a Message release #91

masterjus opened this issue Mar 18, 2022 · 0 comments · Fixed by #92
Assignees
Labels
Milestone

Comments

@masterjus
Copy link
Contributor

Description:
Let's imagine hat we have 3 listeners on an event.

The first Listener was successfuly ran. The second was failed and the Message has been released. The third Listener was skept because the second failed.

The Message is back to the queue and we try to process it again. First Listener will be executed again.

Expected Result: Successful Listeners should not be executed after a Message release.

@masterjus masterjus added this to the v7.0 milestone Mar 18, 2022
@masterjus masterjus added the bug label Mar 18, 2022
@masterjus masterjus self-assigned this Mar 18, 2022
masterjus pushed a commit that referenced this issue Mar 22, 2022
@masterjus masterjus linked a pull request Mar 22, 2022 that will close this issue
masterjus added a commit that referenced this issue Mar 22, 2022
Co-authored-by: Eugene Kirdzei <e.ki@nuwber.com>
masterjus pushed a commit that referenced this issue Mar 22, 2022
masterjus added a commit that referenced this issue Mar 22, 2022
Co-authored-by: Eugene Kirdzei <e.ki@nuwber.com>
@masterjus masterjus reopened this Oct 5, 2022
masterjus added a commit that referenced this issue Oct 7, 2022
* #91: Real fix for only one event exchange

* Set correct routing key

* Fix tests

* Config

Co-authored-by: Eugene Kirdzei <e.ki@nuwber.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Development

Successfully merging a pull request may close this issue.

1 participant