How to solve celery task has no attribute AsyncResult
I was looking through Grinberg’s tuto on celery and flask. I saw querying tasks by task = long_task.AsyncResult(task_id) But for some reasons it was not working for me. I looked at Flower‘s get_task_by_id which led to wrapping a tornado object. It was too complicated for me to include Tornado in my project. I browsed through …
How to solve celery task has no attribute AsyncResult Read More »