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

Django reusable app that uses Celery Inspect command to monitor workers/tasks via the Django REST Framework

Results 4 django-celery-inspect issues
Sort by recently updated
recently updated
newest added

https://github.com/celery/django-celery is deprecated and it is also an unnecessary dependency. We can redo the `active_status` endpoint without django-celery but using https://github.com/jezdez/django-celery-monitor/ So the new code would be added here: https://github.com/psychok7/django-celery-inspect/blob/master/celery_inspect/api/viewsets.py#L29...

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

Add a CI like Travis CI after https://github.com/psychok7/django-celery-inspect/issues/2 is improved

Create some celery tasks and test them