alexsanderp commented on issue #42831:
URL: https://github.com/apache/airflow/issues/42831#issuecomment-2414918844

   I’ve identified the cause of the issue with our Scheduler. It stemmed from a 
bug in the Python Kubernetes library, which attempted to iterate over a None 
variable. This error was fixed in version 29.0.0 of the library. Airflow was 
using this library and handled the exception in previous versions, but starting 
with version 2.10.2, it stopped handling this exception due to an update of the 
Kubernetes library in the provider.
   
   Since we were pinning the version to 27.2.0, the error began to surface 
again, as it wasn’t being handled or fixed. By updating our environments to use 
the latest version of the library, we resolved the issue.


-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to