TicyYang commented on issue #35619: URL: https://github.com/apache/airflow/issues/35619#issuecomment-1884983750
Hi, I have also tried many times and found that the following configuration approach connects successfully: ``` [celery] broker_url = sentinel://<redis_host_ip>:26379/0;sentinel://<redis_host_ip>:26380/0;sentinel://<redis_host_ip>:26381/0 result_backend = db+mysql://<user>:<password>@<mysql_host_ip>:3306/airflow_db [celery_broker_transport_options] master_name = mymaster ``` -- 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]
