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 2021/04/27 17:49:33 UTC

[GitHub] [airflow] jedcunningham opened a new pull request #15551: Fix kube client on mac with keepalive enabled

jedcunningham opened a new pull request #15551:
URL: https://github.com/apache/airflow/pull/15551


   `socket` on mac doesn't support `TCP_KEEPIDLE`, so when keepalive is
   enabled we should check before trying to set it so the defaults work on
   macs. We will be defensive with the other `TCP_KEEP*`s as well.
   
   https://github.com/websocket-client/websocket-client/blob/719fc9d2e50e16292b4f09ca86385540456a55a7/websocket/_socket.py#L37-L44


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



[GitHub] [airflow] kaxil merged pull request #15551: Fix kube client on mac with keepalive enabled

Posted by GitBox <gi...@apache.org>.
kaxil merged pull request #15551:
URL: https://github.com/apache/airflow/pull/15551


   


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



[GitHub] [airflow] jedcunningham commented on pull request #15551: Fix kube client on mac with keepalive enabled

Posted by GitBox <gi...@apache.org>.
jedcunningham commented on pull request #15551:
URL: https://github.com/apache/airflow/pull/15551#issuecomment-827795720


   cc: @michalmisiewicz 


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