mrexhepi commented on issue #43449:
URL: https://github.com/apache/airflow/issues/43449#issuecomment-2444740003

   One solution that just worked for me is: 
   Set env var AIRFLOW__CELERY__OPERATION_TIMEOUT 
   and use redis TLS connections by seting BROKER URL   
`rediss://:token@endpoint:6379/0`  instead of  `redis://:token@endpoint:6379/0`


-- 
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]

Reply via email to