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/12/05 12:51:58 UTC

[GitHub] [airflow] maxirus edited a comment on issue #6643: [AIRFLOW-6040] Fix KubernetesJobWatcher Read time out error

maxirus edited a comment on issue #6643: [AIRFLOW-6040] Fix KubernetesJobWatcher Read time out error
URL: https://github.com/apache/airflow/pull/6643#issuecomment-561460460
 
 
   @ashb is this `kube_client_request_args.get('_request_timeout', [60,60])[0] - 1` the way you want to handle it?
   
   We should possibly put a `min()` around it -- `min(kube_client_request_args.get('_request_timeout', [60,60])[0] - 1, 1)` say?

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