The GitHub Actions job "Build Images" on airflow.git has succeeded. Run started by GitHub user potiuk (triggered by potiuk).
Head commit for run: e164679f35b99dc08d0a3714cd9e431226bdea38 / Jarek Potiuk <[email protected]> Add TCP_KEEPALIVE option to http provider Enabling TCP_KEEPALIVE allows to keep the idle connections opened when there are firewalls in-betweeen that close such connections. TCP_KEEPALIVE sends a "no-data" packet regularly (and expects ACK from the server). This should not be mistaken with Python requests "keep alive" feature - which reuses opened HTTP connections if you perform several requests to the same server (both are named keep alive but they both mean two completely different things and are implemented at differen layers of the OSI network stack. The Requests Keep Alive is Layer 7 (application) and TCP Keep Alive is at Layer 4 (transport). The "Requests" keep alive is enabled by default in the requests library while the TCP Keep Alive requires a TCPKeepAliveAdapter to be used (from requests_toolbelt library). Fixes: #21365 Report URL: https://github.com/apache/airflow/actions/runs/2652335647 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
