-
Notifications
You must be signed in to change notification settings - Fork 32
🐛 Fix issue with not consumed rabbitmq message #8472
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
🐛 Fix issue with not consumed rabbitmq message #8472
Conversation
|
...eb/server/src/simcore_service_webserver/notifications/_rabbitmq_exclusive_queue_consumers.py
Show resolved
Hide resolved
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 for the quick fix
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
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## master #8472 +/- ##
==========================================
- Coverage 87.60% 84.41% -3.19%
==========================================
Files 1966 767 -1199
Lines 76385 35188 -41197
Branches 1333 175 -1158
==========================================
- Hits 66919 29705 -37214
+ Misses 9067 5426 -3641
+ Partials 399 57 -342
Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
...eb/server/src/simcore_service_webserver/notifications/_rabbitmq_exclusive_queue_consumers.py
Show resolved
Hide resolved
|
@mergify queue |
🟠 Waiting for conditions to match
|
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!
...eb/server/src/simcore_service_webserver/notifications/_rabbitmq_exclusive_queue_consumers.py
Show resolved
Hide resolved
...eb/server/src/simcore_service_webserver/notifications/_rabbitmq_exclusive_queue_consumers.py
Show resolved
Hide resolved
4358454
into
ITISFoundation:master



What do these changes do?
_computational_pipeline_status_message_parser#8470Related issue/s
_computational_pipeline_status_message_parser#8470How to test
Dev-ops