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

Head commit for run:
10919db21eeb8812dbe4a64931a05c224cd3f8b5 / Anshuman Rout 
<[email protected]>
Fix remote logging connection caching in Task SDK

The _fetch_remote_logging_conn function in the supervisor was caching
None results when a connection lookup failed. In the two-token
execution model, an initial lookup with a restricted token might fail,
and caching this None result prevented subsequent lookups with an
execution token from succeeding.

This change ensures that only successful connection lookups are cached,
allowing for retries when a better token becomes available.

Fixes: #68366

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

With regards,
GitHub Actions via GitBox


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

Reply via email to