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

feat: configure celery to use rabbitmq broker #58

Merged
merged 6 commits into from
Aug 17, 2023
Merged

Conversation

fspoettel
Copy link
Collaborator

@fspoettel fspoettel commented Aug 17, 2023

There are longstanding issues with the celery's redis broker and tasks with a long run time. This switches the project to use RabbitMQ so that we can make better use of the task queue.

NOTE: existing installations need to update their .env to remove BROKER_URL and add the RABBITMQ_* variables.

@fspoettel fspoettel marked this pull request as ready for review August 17, 2023 18:51
@fspoettel fspoettel merged commit 504975a into main Aug 17, 2023
2 checks passed
@fspoettel fspoettel deleted the feat/rabbitmq branch August 17, 2023 20:45
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.

2 participants