tanelk commented on issue #19811: URL: https://github.com/apache/airflow/issues/19811#issuecomment-978078712
This should be the intended behaviour. There is a so called "critical section" in the scheduler job, where only one scheduler instance can be at a time. The pools database table is used as a mutex. Don't think that there is anything that can be done on the airflow side to reduce the misleading error loging. -- 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]
