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.
you can use celery_event_queue_ttl
celery option (only working amqp), set message expiry time, after deleted queue.
Comments
Post a Comment