-
Notifications
You must be signed in to change notification settings - Fork 32
🐛 Fix Redis client shutdown in Celery workers #8197
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 Redis client shutdown in Celery workers #8197
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #8197 +/- ##
==========================================
- Coverage 88.09% 88.04% -0.05%
==========================================
Files 1910 1440 -470
Lines 73492 59053 -14439
Branches 1301 678 -623
==========================================
- Hits 64743 51995 -12748
+ Misses 8362 6820 -1542
+ Partials 387 238 -149
Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
| from ...models import FileMetaData | ||
|
|
||
|
|
||
| def setup_task_manager(app: FastAPI, celery_settings: CelerySettings) -> None: |
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.
It would be nice to migrate storage to new FastAPI's lifespans...
|



What do these changes do?
Related issue/s
How to test
Dev-ops