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

Run celery scheduler separately #283

Merged
merged 2 commits into from
Apr 10, 2024
Merged

Conversation

lardbit
Copy link
Owner

@lardbit lardbit commented Apr 10, 2024

This fixes an issue where the celery scheduler was running concurrently and creating duplicate tasks, which ultimately just eats up resources (cpu,memory) unnecessarily.

Users will need to manually update their docker-compose*.yml files for this fix to take effect.

@lardbit lardbit merged commit cd91ca5 into master Apr 10, 2024
1 check passed
@lardbit lardbit deleted the run-celery-scheduler-separately branch April 10, 2024 17:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant