Re: Progress bar with celery

2018-06-07 Thread Jason
I assume you're having issues with your celery task, but you don't give any specifics. One skill that is invaluable to master in any field is how to ask a good question, regardless of what language you're using. Check out https://stackoverflow.com/help/how-to-ask for some tips. -- You receiv

Re: Progress bar with celery

2018-06-07 Thread Christian Ledermann
How did you try to do that? I am puzzled and have actually no idea what you are trying to do. Or is the question why is my celery task not running? On Thu, 7 Jun 2018 at 05:30, Mohammed Noor wrote: > Hello guys, > > I have been trying to create a progress bar in my django application using > cel

Progress bar with celery

2018-06-06 Thread Mohammed Noor
Hello guys, I have been trying to create a progress bar in my django application using celery. But i have been greatly unsuccessful in trying to make it work. It would be great if i can get some examples/tutorials which show how to do it. The problem im facing is, my configured tasks aren’t s