-
Notifications
You must be signed in to change notification settings - Fork 32
🎨 introduce task filter class in celery #8076
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
🎨 introduce task filter class in celery #8076
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #8076 +/- ##
==========================================
- Coverage 88.28% 88.25% -0.04%
==========================================
Files 1865 1866 +1
Lines 71889 71919 +30
Branches 1267 1268 +1
==========================================
+ Hits 63470 63474 +4
- Misses 8051 8077 +26
Partials 368 368
Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
GitHK
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!
services/api-server/src/simcore_service_api_server/api/routes/tasks.py
Outdated
Show resolved
Hide resolved
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.
thanks!
matusdrobuliak66
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!
pcrespov
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.
trhx
|
3e05de4
into
ITISFoundation:master



What do these changes do?
TaskContext. This object is passed around when manipulating celery tasks.client_namefield. This will allow us to distinguish tasks submited by different services.Related issue/s
TaskContextdata structure to aTaskFilter#8071How to test
Dev-ops