-
Notifications
You must be signed in to change notification settings - Fork 30
♻️ Extract Celery code to a new simcore
library
#7698
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
base: master
Are you sure you want to change the base?
♻️ Extract Celery code to a new simcore
library
#7698
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #7698 +/- ##
==========================================
- Coverage 87.88% 87.62% -0.27%
==========================================
Files 1779 1430 -349
Lines 68271 59337 -8934
Branches 1220 649 -571
==========================================
- Hits 60000 51992 -8008
+ Misses 7919 7127 -792
+ Partials 352 218 -134
Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
simcore
package
simcore
packagesimcore
package ⚠️
simcore
package ⚠️simcore
library
…c-simcore into extract-celery-code
|
What do these changes do?
This PR extracts the Celery wrapper logic from the existing storage module into a new dedicated
simcore
Celery package.celery_library
library with functions to setup and retrieve the Celery client and event loop.Related issue/s
How to test
Dev-ops