The GitHub Actions job "Tests (AMD)" on 
airflow.git/feat/git-bundle-refresh-on-initialize has failed.
Run started by GitHub user kjh0623 (triggered by eladkal).

Head commit for run:
9a87461c257e5c72847a95715d457197859b8af9 / LOGAN\gktxk <[email protected]>
Add refresh_on_initialize option to GitDagBundle

When many ephemeral processes initialize the same bundle over shared storage
(e.g. KubernetesExecutor worker pods mounting a volume the dag processor keeps
fresh), every initialize() pays a remote fetch it doesn't need: for our
repository that adds ~15s of cold-start to every single task.

With refresh_on_initialize=False, initialize() reuses the tracking repo
already on disk as-is and skips all network operations. The repository is
still cloned when absent, explicit refresh() calls still fetch, and
version-pinned initialization is unaffected. Defaults to True - no behavior
change for existing users.

Co-Authored-By: Claude Fable 5 <[email protected]>

Report URL: https://github.com/apache/airflow/actions/runs/29619088540

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to