The GitHub Actions job "Tests AMD" on airflow.git/main has failed.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
3dc597f02adec99cec282790c0575b15dc8f0f3f / Kaxil Naik <[email protected]>
Fix memory leak in dag-processor (#50558)

closes https://github.com/apache/airflow/issues/50097
closes https://github.com/apache/airflow/issues/49887

Previously, each `DagFileProcessorProcess` created its own 
`InProcessExecutionAPI`
client instance, leading to unnecessary thread creation and resource use.

This commit ensures that a single `Client` backed by `InProcessExecutionAPI` is 
created
and owned by `DagFileProcessorManager`, and passed into all DAG file processor 
subprocesses.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to