-
Notifications
You must be signed in to change notification settings - Fork 32
♻️ speedup project listing 🚨 #7737
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
♻️ speedup project listing 🚨 #7737
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #7737 +/- ##
==========================================
- Coverage 86.74% 82.54% -4.20%
==========================================
Files 1850 703 -1147
Lines 71802 33541 -38261
Branches 1215 176 -1039
==========================================
- Hits 62283 27688 -34595
+ Misses 9178 5795 -3383
+ Partials 341 58 -283
Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
bisgaard-itis
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 a lot for the quick fix. Please consider my suggestions. I am also happy to discuss.
services/web/server/src/simcore_service_webserver/projects/_access_rights_repository.py
Show resolved
Hide resolved
services/web/server/src/simcore_service_webserver/projects/_access_rights_repository.py
Show resolved
Hide resolved
services/web/server/src/simcore_service_webserver/projects/_crud_api_read.py
Show resolved
Hide resolved
|
odeimaiz
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.
🚀
256fc62
into
ITISFoundation:master
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.
very nice! thanks



What do these changes do?
set statement_timeout = '120s'. If a query exceeds this time limit, PostgreSQL will automatically terminate it and return an error. This is the recommended approach to prevent runaway queries from consuming resources indefinitely.Related issue/s
How to test
Dev-ops