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 2019/11/22 22:07:01 UTC

[GitHub] [airflow] maxirus opened a new pull request #6643: [AIRFLOW-6040] Fix KubernetesJobWatcher Read time out error

maxirus opened a new pull request #6643: [AIRFLOW-6040] Fix KubernetesJobWatcher Read time out error
URL: https://github.com/apache/airflow/pull/6643
 
 
   
   ### Jira
   
   - [ ] My PR addresses the following [Airflow Jira](https://issues.apache.org/jira/browse/AIRFLOW/) issues
     - [\[AIRFLOW-6040\]](https://issues.apache.org/jira/browse/AIRFLOW-6040)
   
   ### Description
   
   - [ ] Here are some details about my PR, including screenshots of any UI changes:
     - Setting timeout_seconds=50 in the Watch() loop
   will cause a warning instead of an exception when a worker_uuid does not exist. timeout_seconds targets the list_namespaced_pod method as opposed to the underlying urllib3 library which throws  an exception.
     - Adding worker_uuid to the log message so users know which label is being watched
   
   ### Tests
   
   ### Commits
   
   ### Documentation
   

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