Replies: 3 comments
-
Could you please assign this bug to me? |
Beta Was this translation helpful? Give feedback.
-
Hi @kurtrwall , I tried to replicate this issue and tested it on my local machine using Breeze with the following command: 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. 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! |
Beta Was this translation helpful? Give feedback.
-
It's likely that it's your rabbitmq that simply shuts down for whatever reason. Check this @kurtrwall . Converting it into a discussion, this is not "airflow" issue. |
Beta Was this translation helpful? Give feedback.
-
Apache Airflow version
2.10.4
If "Other Airflow 2 version" selected, which one?
No response
What happened?
Using Airflow with RabbitMQ produces these RabbitMQ logs that seem to mean it's not properly closing connections interally.
What you think should happen instead?
No warning messages about unexpected connection closures.
How to reproduce
Start Airflow with RabbitMQ as the broker.
Operating System
OSX, docker
Versions of Apache Airflow Providers
apache-airflow-providers-apache-hdfs==4.7.0
apache-airflow-providers-apache-kafka==1.7.0
apache-airflow-providers-apache-spark==5.0.0
apache-airflow-providers-atlassian-jira==3.0.0
apache-airflow-providers-celery==3.8.5
apache-airflow-providers-common-compat==1.3.0
apache-airflow-providers-common-io==1.5.0
apache-airflow-providers-common-sql==1.21.0
apache-airflow-providers-docker==4.0.0
apache-airflow-providers-elasticsearch==6.0.0
apache-airflow-providers-fab==1.5.1
apache-airflow-providers-ftp==3.12.0
apache-airflow-providers-http==5.0.0
apache-airflow-providers-imap==3.8.0
apache-airflow-providers-postgres==6.0.0
apache-airflow-providers-redis==4.0.0
apache-airflow-providers-smtp==1.9.0
apache-airflow-providers-sqlite==4.0.0
Deployment
Official Apache Airflow Helm Chart
Deployment details
No response
Anything else?
No response
Are you willing to submit PR?
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions