The GitHub Actions job "Tests" on airflow.git has succeeded. Run started by GitHub user potiuk (triggered by potiuk).
Head commit for run: 33ee0b98b2731ecdb27fc67d33e121948dd63c68 / Daniel Standish <[email protected]> Add _request_timeout to KPO log fetch calls (#36297) When param _request_timeout is not provided, the default is no timeout, which means that sometimes a log read through the kubernetes API may hang forever. See more details [here](https://github.com/kubernetes-client/python/blob/2270ff927e8b5e5340aa7f4cc023293fa4d57eb3/examples/watch/timeout-settings.md). We add the timeout so that connections will be dropped, and there is appropriate logic to resume after disconnect. One thing that's maybe not perfect is we increment the "since_time" a few seconds on resume. Generally this should cause a problem because it will be after a read timeout. We might occasionally lose a couple log lines after a connection timeout. But I don't think it's worth the complexity to avoid that. Report URL: https://github.com/apache/airflow/actions/runs/7300633727 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
