-
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
🐛 Fix healthcheck in api-server #6662
🐛 Fix healthcheck in api-server #6662
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #6662 +/- ##
===========================================
- Coverage 87.73% 66.96% -20.77%
===========================================
Files 1570 694 -876
Lines 63323 33924 -29399
Branches 2119 265 -1854
===========================================
- Hits 55554 22717 -32837
- Misses 7443 11146 +3703
+ Partials 326 61 -265
Continue to review full report in Codecov by Sentry.
|
services/api-server/src/simcore_service_api_server/core/health_checker.py
Show resolved
Hide resolved
Quality Gate passedIssues Measures |
What do these changes do?
Rabbit channel closed with exception from <class 'aiormq.exceptions.ConnectionClosed'>:[Errno 320] CONNECTION_FORCED - Node was put into maintenance mode
because of maintenance of AWS RabbitMq. This type of issue must be detected in the api-server health check. This PR adds that featureRelated issue/s
How to test
Dev-ops checklist