1

Within celery, I see sometimes that the worker is offline. I run Flower in one Docker container and the Celery worker in another one. I use a RabbitMQ broker.

I see that the worker jumps between offline <-> online quite often.

What does it mean that a worker is offline? How does Flower figure that out?

Martin Thoma
  • 124,992
  • 159
  • 614
  • 958

1 Answers1

1

Worker is considered "offline" if it does not broadcast heartbeat signal for some (short) period of time.

DejanLekic
  • 18,787
  • 4
  • 46
  • 77