I just upgraded to celery 3.1 and now I see this i my logs ::
on_node_lost - INFO - missed heartbeat from celery@queue_name for every queue/worker in my cluster.
According to the docs BROKER_HEARTBEAT
is off by default and I haven't configured it.
Should I explicitly set BROKER_HEARTBEAT=0
or is there something else that I should be checking?