AlertaDengue / AlertaDengueCaptura

Rotinas para captura de dados
GNU General Public License v3.0
6 stars 11 forks source link

Update to Celery 5.0.5 #70

Closed esloch closed 3 years ago

esloch commented 3 years ago

Specific

As tarefas não estão sendo inicializadas

[2021-01-08 07:52:07,271: WARNING/MainProcess] /opt/conda/lib/python3.8/site-packages/celery/app/utils.py:204: CDeprecationWarning: The 'CELERY_RESULT_BACKEND' setting is deprecated and scheduled for removal in version 6.0.0. Use the result_backend instead

deprecated.warn(description=f'The {setting!r} setting',

[2021-01-08 07:52:07,271: WARNING/MainProcess] /opt/conda/lib/python3.8/site-packages/celery/app/utils.py:204: CDeprecationWarning: The 'CELERY_ALWAYS_EAGER' setting is deprecated and scheduled for removal in version 6.0.0. Use the task_always_eager instead

deprecated.warn(description=f'The {setting!r} setting',

[2021-01-08 07:52:07,272: WARNING/MainProcess] /opt/conda/lib/python3.8/site-packages/celery/app/utils.py:204: CDeprecationWarning: The 'CELERY_ANNOTATIONS' setting is deprecated and scheduled for removal in version 6.0.0. Use the task_annotations instead

deprecated.warn(description=f'The {setting!r} setting',

[2021-01-08 07:52:07,272: WARNING/MainProcess] /opt/conda/lib/python3.8/site-packages/celery/app/utils.py:204: CDeprecationWarning: The 'CELERYD_MAX_TASKS_PER_CHILD' setting is deprecated and scheduled for removal in version 6.0.0. Use the worker_max_tasks_per_child instead

deprecated.warn(description=f'The {setting!r} setting',

[2021-01-08 07:52:07,272: WARNING/MainProcess] /opt/conda/lib/python3.8/site-packages/celery/app/utils.py:204: CDeprecationWarning: The 'CELERY_TIMEZONE' setting is deprecated and scheduled for removal in version 6.0.0. Use the timezone instead

deprecated.warn(description=f'The {setting!r} setting',

[2021-01-08 07:52:07,272: WARNING/MainProcess] /opt/conda/lib/python3.8/site-packages/celery/app/utils.py:204: CDeprecationWarning: The 'CELERY_IMPORTS' setting is deprecated and scheduled for removal in version 6.0.0. Use the imports instead

deprecated.warn(description=f'The {setting!r} setting',

[2021-01-08 07:52:07,272: WARNING/MainProcess] Please run celery upgrade settings path/to/settings.py to avoid these warnings and to allow a smoother upgrade to Celery 6.0.