-
Notifications
You must be signed in to change notification settings - Fork 32
🐛 Handles socketio exception on disconnect and fixes double logging of monitoring middleware
#8067
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
🐛 Handles socketio exception on disconnect and fixes double logging of monitoring middleware
#8067
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #8067 +/- ##
==========================================
- Coverage 88.30% 88.21% -0.10%
==========================================
Files 1856 1435 -421
Lines 71790 59590 -12200
Branches 1262 626 -636
==========================================
- Hits 63394 52565 -10829
+ Misses 8031 6816 -1215
+ Partials 365 209 -156
Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
socketio exception on disconnect and fixes double logging of monitoring middleware
|
@mergify queue |
🛑 The pull request has been removed from the queue
|
sanderegg
left a comment
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!
giancarloromeo
left a comment
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.
🙆♂️
matusdrobuliak66
left a comment
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
|
This pull request has been removed from the queue for the following reason: Pull request #8067 has been dequeued. The pull request rule doesn't match anymore. You should look at the reason for the failure and decide if the pull request needs to be fixed or if you want to requeue it. |
GitHK
left a comment
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, just a few questions
|
@mergify queue |
🛑 The pull request has been removed from the queue
|
|
This pull request has been removed from the queue for the following reason: The merge conditions cannot be satisfied due to failing checks:You may have to fix your CI before adding the pull request to the queue again. |
|



What do these changes do?
Following up https://github.com/ITISFoundation/private-issues/issues/212, we monitored issues in the logs and here we provides some fixes
socketio._handlers.disconnect: Unhandled exception ondisconnecthandled for socketio. Here session was already cleared beforeaiohttp.web_exceptions.HTTPCreated: Createdlogged error is already resolved in 🐛♻️ webserver error handling: Fix incorrect error logging forweb.HTTPCreated; cleanup success response handling #7952Related issue/s
in place
How to test
Dev-ops
None