nicolamarangoni commented on issue #49966: URL: https://github.com/apache/airflow/issues/49966#issuecomment-3145063396
FYI, I found the root cause of https://github.com/apache/airflow/issues/42136 In my setup with AWS SQS (not Redis), AIRFLOW__OPERATORS__DEFAULT_QUEUE is ignored by the scheduler since version 3.0.x. The scheduler only uses the queue named `default`. If I set AIRFLOW__OPERATORS__DEFAULT_QUEUE=default I can run tasks, but the logging error at workers' startuo persists. Maybe the 2 issues are unrelated, but who knows... -- 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]
