django-celery-inspect icon indicating copy to clipboard operation
django-celery-inspect copied to clipboard

Task State Progress tracking

Open gthieleb opened this issue 7 years ago • 3 comments

Is this project open to contributions about task state and progress tracking?

gthieleb avatar Apr 15 '17 18:04 gthieleb

@gthieleb it depends.

Can you provide some details on how exactly would this work applied to this project with some examples?

psychok7 avatar Apr 15 '17 21:04 psychok7

I am thinking of state progress tracking currently based on drf and celery results. I need too check if it's also possible via 'inspect' and TaskResult, currently it's polling the database. Also I have a Progress Bar that should in its final Version become a Django templatetag. Does this fit in your approach? Focus ist end customer using classic html mixed with jquery, bootstrap. I like the work you already put into packaging and testing!

Von meinem iPhone gesendet

Am 15.04.2017 um 23:05 schrieb Nuno Khan <[email protected] mailto:[email protected] >:

@gthieleb it depends.

Can you provide some details on how exactly would this work applied to this project with some examples?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.

gthieleb avatar Apr 16 '17 10:04 gthieleb

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

psychok7 avatar Apr 27 '17 15:04 psychok7