GitHub user igorlovich created a discussion: RabbitMQ Connection / Channel Pooling
Hello, What is recommended way of pooling rabbitmq resources when using a celery worker ? Would using something like @worker_init.connect to spawn a background thread that initializes and manages the pool and then statically checkout/return connections / channels be ok ? Thank you GitHub link: https://github.com/apache/airflow/discussions/56052 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
