The GitHub Actions job "Tests" on airflow.git/fix/triggerer-comms-threadsafe 
has failed.
Run started by GitHub user kalluripradeep (triggered by kalluripradeep).

Head commit for run:
2981839f946f87125f82e69b89628ba9817c6a7a / kalluripradeep 
<[email protected]>
fix(triggerer): fix thread-safety in TriggerCommsDecoder.asend()

Swapped the loop-bound asyncio lock for an asynchronous threading lock in 
TriggerCommsDecoder.asend() to ensure thread-safety across different event 
loops (e.g., from sync_to_async in triggers). Added a drain() call for reliable 
message delivery.

Includes a new high-concurrency unit test to verify isolation and prevent CI 
regressions. Note: Test includes increased default executor limit to prevent 
thread starvation deadlocks in CI.

Closes #64620

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

With regards,
GitHub Actions via GitBox


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

Reply via email to