czue / celery-progress

Drop in, configurable, dependency-free progress bars for your Django/Celery applications.
MIT License
472 stars 90 forks source link

Support Retries #61

Closed EJH2 closed 4 years ago

EJH2 commented 4 years ago

This PR adds support for retries as noted in #54.

EJH2 commented 4 years ago

Once this gets reviewed I'll see about how to implement the other two states, as well as taking a crack at some other long-standing issues. Just need to get this into the working tree so I can start.

EJH2 commented 4 years ago

If there are no other objections, I'll go ahead merge this in

czue commented 4 years ago

Sorry I was slow but this looks great, thanks!