neuromatch / NEXT

NEXT is a machine learning system that runs in the cloud and makes it easy to develop, evaluate, and apply active learning in the real-world. Ask better questions. Get better results. Faster. Automated.
http://nextml.org
Apache License 2.0
1 stars 1 forks source link

Address Docker warnings for Deprecated Options #15

Open iamzoltan opened 3 months ago

iamzoltan commented 3 months ago

This seems mainly related to minion worker and celery, but it would be good to check all

iamzoltan commented 3 months ago
minionworker-1       | [2024-06-17 19:49:31,388: WARNING/MainProcess] /usr/local/lib/python3.11/site-packages/celery/worker/consumer/consumer.py:508: CPendingDeprecationWarning: The broker_connection_retry configuration setting will no longer determine
minionworker-1       | whether broker connection retries are made during startup in Celery 6.0 and above.
minionworker-1       | If you wish to retain the existing behavior for retrying connections on startup,
minionworker-1       | you should set broker_connection_retry_on_startup to True.
minionworker-1       |   warnings.warn(
minionworker-1       |