How to implement progressbar with ajax for a long celery task

Question:

How do I implement or check the progress of a celery task from ajax the display progress with a progress dialog… so user can initiate next operation on task completion. I am using python flask. Thank you

Asked By: Peter Ewanfo

||

Answers:

you can use this awesome package Celery ProgressBar
https://github.com/czue/celery-progress

and this is a tutorial to help you ^_^
https://buildwithdjango.com/blog/post/celery-progress-bars/

hope this helps

Answered By: Mahmoud Ahmed
Categories: questions Tags: , ,
Answers are sorted by their score. The answer accepted by the question owner as the best is marked with
at the top-right corner.