Task State Progress tracking
Opened this issue · 3 comments
Is this project open to contributions about task state and progress tracking?
@gthieleb it depends.
Can you provide some details on how exactly would this work applied to this project with some examples?
hi @gthieleb , sorry for the delay.
The idea of this package is to replicate the commands in http://docs.celeryproject.org/en/latest/userguide/monitoring.html#management-command-line-utilities-inspect-control through a REST API.
I saw that they have a result
command and we could in fact use that one to get the result of a task (and also some other commands). So if you want to work on that part i will gladly accept a PR.
On the other hand i don't think the idea for a Progress Bar (with a template tag) and html/jquery would fit the project scope.
Let me know what you think