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

Commits on Oct 29, 2023

  1. Set broker_connection_retry_on_startup = 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 committed Oct 29, 2023
    Configuration menu
    Copy the full SHA
    df12900 View commit details
    Browse the repository at this point in the history