GitHub user ishtiaqSamdani007 added a comment to the discussion: RabbitMQ connection unexpectedly closing
Hi @kurtrwall , I tried to replicate this issue and tested it on my local machine using Breeze with the following command: ```bash breeze start-airflow --python 3.9 --backend postgres --dev-mode --executor CeleryExecutor --celery-broker rabbitmq ``` However, I did not encounter any errors related to connecting with RabbitMQ. `docker logs -f <rabbitmq-container-id>` :  I also attempted to set up Airflow using the official Helm chart, but I noticed that there is no direct integration for RabbitMQ within the official Airflow Helm chart. Could you provide more details on how to replicate the issue? Thanks! GitHub link: https://github.com/apache/airflow/discussions/46697#discussioncomment-12179454 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
