Skip to content
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

Create the celery app only once #1496

Merged
merged 1 commit into from Jan 6, 2023

Conversation

fruttasecca
Copy link
Member

@fruttasecca fruttasecca commented Jan 6, 2023

Description

Fixes a memory leak that happened when creating an instance of celery before sending a task, I've simply made it so that celery is instanced only once, although according to the docs it should have been safe not to do so.

@fruttasecca fruttasecca added the fix PR fixes a bug label Jan 6, 2023
@fruttasecca fruttasecca merged commit 4766c75 into release/v2023.01.0 Jan 6, 2023
@fruttasecca fruttasecca deleted the fix/celery-memory-leak branch January 6, 2023 12:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix PR fixes a bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant