flower icon indicating copy to clipboard operation
flower copied to clipboard

Empty Cells in the Flower Dashboard

Open LaxmanSinghTomar opened this issue 1 year ago • 0 comments

Describe the bug Empty Cells for some tasks occur in the Flower Dashboard after some time.

To Reproduce Steps to reproduce the behavior:

  1. Submit Celery Tasks Requests (roughly ~1000) using a python script.
  2. Go to Flower Dashboard in the browser.
  3. Click on the Tasks tab.
  4. Some tasks don't have information like received time, kwargs, etc.

Expected behavior All cells should be filled with relevant information as per the column type.

Screenshots flower-empty-cells

Command to run Flower celery --broker=amqp://guest:[email protected]:5673// flower

LaxmanSinghTomar avatar Jul 22 '22 04:07 LaxmanSinghTomar