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

Head commit for run:
416c73e864b5c9a52b50053baa7876bcb5bcfe38 / Kaxil Naik <[email protected]>
Fix memory leak in remote logging connection cache (#56695)

The remote logging connection cache was using `@lru_cache` with the API
client instance as a parameter. This caused client references to be
retained in the cache indefinitely, preventing garbage collection and
causing memory leaks when tasks created multiple client instances.

The new implementation ensures connection details are cached for
performance while allowing client instances to be properly garbage
collected after use.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to