ishtiaqSamdani007 commented on issue #45365: URL: https://github.com/apache/airflow/issues/45365#issuecomment-2650315458
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! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
