We upgrade Celery and started to get a warning:
CPendingDeprecationWarning: 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.
We are using redis as broker. I try to understand what does means: "broker connection retries are made during startup" - Do we need this? Do we dont need this? What is this? Why we should use it?