-
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
🐛 webserver
now replies with unknown service state
#5230
🐛 webserver
now replies with unknown service state
#5230
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #5230 +/- ##
========================================
- Coverage 87.3% 87.2% -0.2%
========================================
Files 1302 1186 -116
Lines 53208 50797 -2411
Branches 1168 954 -214
========================================
- Hits 46474 44302 -2172
+ Misses 6484 6282 -202
+ Partials 250 213 -37
Flags with carried forward coverage won't be shown. Click here to find out more.
|
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.
looking good. please check my comments. Thanks!
packages/service-library/src/servicelib/rabbitmq/_rpc_router.py
Outdated
Show resolved
Hide resolved
packages/service-library/src/servicelib/rabbitmq/_rpc_router.py
Outdated
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.
👍
packages/service-library/src/servicelib/rabbitmq/_rpc_router.py
Outdated
Show resolved
Hide resolved
Quality Gate passedKudos, no new issues were introduced! 0 New issues |
What do these changes do?
If the
dynamic-scheduler
raises an error, while the webserver is asking for the service state, the frontend will receive anunknown
state.Upon receiving an
unknown
state the fronted will try again to fetch the state. At the moment this seems like the safest action to take. In the future, when the service state will be totally driven by the frontend, no further action will be required.Bonus:
Related issue/s
How to test
Dev Checklist
DevOps Checklist