You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When my Celery task finishes extremely fast (eg. checks that configuration file is missing and stops execution immediately), the corresponding task is not shown in Flower at all despite being visible in logs.
To Reproduce
Run any Celery task that finishes immediately through Docker-compose setup:
Describe the bug
When my Celery task finishes extremely fast (eg. checks that configuration file is missing and stops execution immediately), the corresponding task is not shown in Flower at all despite being visible in logs.
To Reproduce
Run any Celery task that finishes immediately through Docker-compose setup:
Expected behavior
I expect to see task as failed in Flower.
Screenshots
In attached image, you can see task failing with exception in logs. This task is not in Flower at any moment. Not as active/failed/passed.
System information
Rest seen from docker-compose.
The text was updated successfully, but these errors were encountered: