ashb commented on a change in pull request #5915: [AIRFLOW-5312] Fix timeout 
issue in pod launcher / KubernetesPodOperator
URL: https://github.com/apache/airflow/pull/5915#discussion_r318930466
 
 

 ##########
 File path: airflow/contrib/kubernetes/pod_launcher.py
 ##########
 @@ -151,7 +158,8 @@ def read_pod_logs(self, pod):
                 container='base',
                 follow=True,
                 tail_lines=10,
-                _preload_content=False
+                _preload_content=False,
+                _request_timeout=20
 
 Review comment:
   ```suggestion
                   _request_timeout=self.kube_api_timeout_seconds
   ```

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to