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

Celery 6.0 will require a separate setting to enable retry on startup #727

Open
MoralCode opened this issue Sep 30, 2024 · 0 comments
Open

Comments

@MoralCode
Copy link
Contributor

Very much not urgent and not causing issues, but figured i would document this warning that I got when running the dev environment in case there are future plans to upgrade the Celery dependency

The broker_connection_retry configuration setting will no longer determine
whether broker connection retries are made during startup in Celery 6.0 and above.
If you wish to retain the existing behavior for retrying connections on startup,
you should set broker_connection_retry_on_startup to True.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Backlog
Development

No branches or pull requests

1 participant