kitware-resonant / django-composed-configuration

Turnkey Django settings for data management applications.
Apache License 2.0
9 stars 2 forks source link

Celery deprecation warning for broker_connection_retry #195

Open danlamanna opened 8 months ago

danlamanna commented 8 months ago

We're not explicitly setting broker_connection_retry but get the deprecation 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.

Related https://github.com/celery/celery/discussions/8314