-
Notifications
You must be signed in to change notification settings - Fork 29
🐛 [Frontend] Fix: storage/async-jobs
was retired
#7429
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
🐛 [Frontend] Fix: storage/async-jobs
was retired
#7429
Conversation
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.
I guess that in the backend they are still used but for the frontend they expose the same interface as the exiting ones?
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
@Mergifyio queue |
✅ The pull request has been merged automaticallyThe pull request has been merged automatically at d0d22ce |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #7429 +/- ##
==========================================
- Coverage 87.43% 87.35% -0.08%
==========================================
Files 1652 1707 +55
Lines 63997 66412 +2415
Branches 1131 1131
==========================================
+ Hits 55958 58017 +2059
- Misses 7717 8073 +356
Partials 322 322
Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
…sparc-simcore into fix/retire-storage-async-jobs
|
What do these changes do?
In this PR some breaking changes were introduced. This PR catches up and replaces the
storage/async-jobs
calls with the already in placetasks
Related issue/s
How to test
Dev-ops checklist