-
Notifications
You must be signed in to change notification settings - Fork 28
🐛 Fix a typo in Celery's cpu-bound queue name #7503
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
🐛 Fix a typo in Celery's cpu-bound queue name #7503
Conversation
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #7503 +/- ##
==========================================
+ Coverage 87.44% 87.47% +0.03%
==========================================
Files 1675 1734 +59
Lines 64619 67185 +2566
Branches 1142 1142
==========================================
+ Hits 56507 58772 +2265
- Misses 7792 8094 +302
+ Partials 320 319 -1
Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
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 for the quick fix. let's get it in as fast as possible!
What do these changes do?
Fix a typo in Celery's cpu-bound queue name (
cpu-bound
->cpu_bound
).Related issue/s
How to test
Dev-ops checklist