Answers for "plone AttributeError('DisabledBackend' object has no attribute '_get_task_meta_for',)"

1

attributeerror:'disabledbackend' object has no attribute '_get_task_meta_for'

To start Celery you need to provide just broker parameter, which is required 
to send messages about tasks. If you want to retrieve information about state
and results returned by finished tasks you need to set backend parameter.
You can find full list with description in Configuration docs:URL

https://docs.celeryproject.org/en/latest/userguide/configuration.html#std:setting-result_backend
Posted by: Guest on March-24-2021

Code answers related to "plone AttributeError('DisabledBackend' object has no attribute '_get_task_meta_for',)"

Browse Popular Code Answers by Language