-
Notifications
You must be signed in to change notification settings - Fork 32
🎨 Use async redis client #7443
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
🎨 Use async redis client #7443
Conversation
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.
2,3 questions
services/storage/src/simcore_service_storage/modules/celery/__init__.py
Outdated
Show resolved
Hide resolved
services/storage/src/simcore_service_storage/modules/celery/client.py
Outdated
Show resolved
Hide resolved
services/storage/src/simcore_service_storage/modules/celery/client.py
Outdated
Show resolved
Hide resolved
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #7443 +/- ##
===========================================
- Coverage 85.80% 68.81% -16.99%
===========================================
Files 1718 729 -989
Lines 66683 34332 -32351
Branches 1132 168 -964
===========================================
- Hits 57217 23627 -33590
- Misses 9145 10647 +1502
+ Partials 321 58 -263
Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
|



What do these changes do?
Related issue/s
How to test
Dev-ops checklist