celery - celeryev Queue in RabbitMQ Becomes Very Large -


i using celery on rabbitmq. have been sending thousands of messages queue , being processed , working fine. however, number of messages in several rabbitmq queues growing quite large (hundreds of thousands of items in queue). queues named celeryev.[...] (see screenshot below). appropriate behavior? purpose of these queues , shouldn't regularly purged? there way purge them more regularly, think taking quite bit of disk space.

screenshot of rabbitmq control

you can use celery_event_queue_ttl celery option (only working amqp), set message expiry time, after deleted queue.


Comments

Popular posts from this blog

html5 - What is breaking my page when printing? -

html - Unable to style the color of bullets in a list -

c# - must be a non-abstract type with a public parameterless constructor in redis -