mher
mher
Fixed by https://github.com/mher/flower/pull/1280
Duplicate of https://github.com/mher/flower/issues/542
Tasks that are waiting to be executed have a `RECEIVED` state and they are available in tasks page. Your Celery configuration includes `worker_prefetch_multiplier=1`, which disables task prefetching. This means that...
Fixed by https://github.com/mher/flower/pull/1280
`/api/workers?refresh=1` will return updated info
`1.0.1` is a typo in readme. It should be 1.1.0
https://github.com/mher/flower/commit/7a3fc904c126e7d2caac46a0a4819bfe8de7d689 should fix the issue
Flower supports the use of custom authentication providers, and there is no need to merge them into the project. Simply create your own authentication class and use it with the...
Fixed by https://github.com/mher/flower/pull/1280
Thanks for the pull request! Can you add unit tests?