Django-Celery progress bar

前端 未结 4 1445
闹比i
闹比i 2020-12-07 23:17

I use:

  1. Celery
  2. Django-Celery
  3. RabbitMQ

I can see all my tasks in the Django admin page, but at the moment it has just a few st

4条回答
  •  再見小時候
    2020-12-07 23:53

    I would recommend a library called celery-progress for this. It is designed to make it as easy as possible to drop-in a basic end-to-end progress bar setup into a django app with as little scaffolding as possible, while also supporting heavy customization on the front-end if desired. Lots of docs and references for getting started in the README.

    Full disclosure: I am the author/maintainer of said library.

提交回复
热议问题