celery / ceps

Celery Enhancement Proposals
27 stars 15 forks source link

AMQP, lower TTL on event queues #8

Open carlhoerberg opened 6 years ago

carlhoerberg commented 6 years ago

Default event_queue_expires = 60 The default of 24h is not good because sometimes when ev-queues are not consumed from they wouldn't be deleted until 24h later, and that could case tens of thousands of queues to accumulate, casuing out of memory on the server and crashing it.