You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/02/04 13:43:41 UTC

[GitHub] [airflow] sbrandtb commented on issue #6643: [AIRFLOW-6040] Fix KubernetesJobWatcher Read time out error

sbrandtb commented on issue #6643: [AIRFLOW-6040] Fix KubernetesJobWatcher Read time out error
URL: https://github.com/apache/airflow/pull/6643#issuecomment-581915366
 
 
   @mbelang Unfortunately, your mitigation disables the timeout completely, see https://github.com/kubernetes-client/python/pull/1069.
   
   Passing a string there makes the timeout disappear and lets the scheduler process wait forever. I have not checked deep enough to find out if that is a real problem or not though.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services