Error The ‘CELERY_RESULT_BACKEND’ setting is deprecated and scheduled for removal in

Correcting the error The ‘CELERY_RESULT_BACKEND’ setting is deprecated and scheduled for removal in

Error

[2020-12-13 00:11:39,942: WARNING/MainProcess] venv / 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 ‘,

[2020-12-13 00:11:39,943: 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.

Decision

Change the constant in the file CELERY_RESULT_BACKEND on result_backend

Similar Posts

Leave a Reply

Your email address will not be published. Required fields are marked *