Gui
Results
1
issues of
Gui
`curl http://localhost:8004/tasks/` will raise `AttributeError: 'DisabledBackend' object has no attribute '_get_task_meta_for'` root cause: `celery` modules doesn't contain `result_backend` conf. Fix: Use `celery` instance in `worker.py` just to solve this problem