Skip to content Skip to sidebar Skip to footer
Showing posts with the label Amqp

Celery Does Not Release Memory

It looks like celery does not release memory after task finished. Every time a task finishes, there… Read more Celery Does Not Release Memory

Close() Method For Pika SelectConnection Adaptor Doesn't Close The Connection

I have a simple asynchronous consumer for AMQP/RabbitMQ, written in Python using the Pika library a… Read more Close() Method For Pika SelectConnection Adaptor Doesn't Close The Connection