-
Notifications
You must be signed in to change notification settings - Fork 30
♻️ Extract Celery code to a new simcore
package ⚠️
#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
package ⚠️
#7698
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #7698 +/- ##
==========================================
- Coverage 86.74% 84.36% -2.38%
==========================================
Files 1851 1257 -594
Lines 71968 53943 -18025
Branches 1218 199 -1019
==========================================
- Hits 62431 45511 -16920
+ Misses 9195 8374 -821
+ Partials 342 58 -284
Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
simcore
package
simcore
packagesimcore
package ⚠️
…undation#7798)" This reverts commit 7d720d1.
…c-simcore into extract-celery-code
This reverts commit c8d9b01.
…ITISFoundation#7798)"" This reverts commit f27e9ad.
This reverts commit fc98752.
This reverts commit dcef2f1.
This reverts commit 07ee77a.
This reverts commit c8d9b01.
This reverts commit 58e7fa1.
|
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