-
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
♻️Rabbitmq rpc: response shall not be jsonized #4730
♻️Rabbitmq rpc: response shall not be jsonized #4730
Conversation
result = await func(*args, **kwargs) | ||
return result | ||
except asyncio.CancelledError: | ||
_logger.debug("call was cancelled") |
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.
MINOR: some extra info?
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.
for cancellation?
Codecov Report
@@ Coverage Diff @@
## master #4730 +/- ##
=========================================
+ Coverage 66.2% 85.9% +19.7%
=========================================
Files 739 894 +155
Lines 33298 39110 +5812
Branches 198 543 +345
=========================================
+ Hits 22059 33620 +11561
+ Misses 11191 5366 -5825
- Partials 48 124 +76
Flags with carried forward coverage won't be shown. Click here to find out more.
|
🎉 will start using this in my new PR! thx! |
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.
👍
f49d6f5
to
de200cc
Compare
Code Climate has analyzed commit de200cc and detected 0 issues on this pull request. View more on Code Climate. |
Kudos, SonarCloud Quality Gate passed!
|
What do these changes do?
The concept is to have a common/shared interface module that defines the types of whatever is returned through RPC
Related issue/s
pre-requisite of #4703
How to test
DevOps Checklist