mher / flower

Real-time monitor and web admin for Celery distributed task queue

Home Page:https://flower.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flower doesn't capture hard timeout in gevent

VikalpRusia opened this issue · comments

Describe the bug
Deployed celery workers as --pool=gevent when workers hit hard timeout the error is not seen in flower

To Reproduce

  1. deploy a worker with gevent pool
  2. set a hard timeout for 2-3 sec
  3. Logs you can see hard timeout error
  4. cannot see that in flower

Expected behavior
Expected behaviour is to reflect that error in flower task

Screenshots
Screenshot 2023-04-19 at 1 49 36 PM
Screenshot 2023-04-19 at 1 50 17 PM

It would really be helpful if we can publish that detail in flower