Set message_ttl to 24h
We may want to drop messages that are not picked up within 24h.
See also https://docs.celeryq.dev/projects/kombu/en/master/reference/kombu.html#kombu.Queue.message_ttl
Note that this change has to be synchronised across worker_env
, scheduler_env
and frontend
.
Edited by Maciej Pawel Szymanski