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

Set broker_connection_retry_on_startup = True #653

Merged
merged 1 commit into from
Oct 29, 2023

Conversation

berendt
Copy link
Member

@berendt berendt commented Oct 29, 2023

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.

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.

Signed-off-by: Christian Berendt <[email protected]>
@berendt berendt merged commit 8dcd70b into main Oct 29, 2023
3 checks passed
@berendt berendt deleted the broker_connection_retry_on_startup branch October 29, 2023 09:10
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