-
Notifications
You must be signed in to change notification settings - Fork 27
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
🎨 Allow to have multiple consumers for the same queue in 1 application and allow to optionally define queue name #6838
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #6838 +/- ##
==========================================
- Coverage 88.39% 87.70% -0.69%
==========================================
Files 1550 1524 -26
Lines 61749 61106 -643
Branches 2164 2166 +2
==========================================
- Hits 54580 53596 -984
- Misses 6841 7180 +339
- Partials 328 330 +2
Continue to review full report in Codecov by Sentry.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice solution. This was such a pain!
2849646
to
d7e70fb
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
f00f41f
to
ba34483
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thx
…and allow multiple consumers
ba34483
to
62c1083
Compare
Quality Gate passedIssues Measures |
What do these changes do?
Before:
After:
Related issue/s
How to test
Dev-ops checklist