The GitHub Actions job "Tests (AMD)" on 
airflow.git/add-sqs-SharedStreamProducer has failed.
Run started by GitHub user FrankYang0529 (triggered by FrankYang0529).

Head commit for run:
93d355610039a4443fb5ff809319af8315161c83 / PoAn Yang <[email protected]>
Add SQS shared-stream producer and trigger

Many event-driven triggers and asset watchers can watch the same SQS
queue. Without sharing, each opens its own consumer, multiplying
ReceiveMessage calls and in-flight load against a single queue. The
producer-side ack channel (#67523) lets sibling triggers share one
consumer in the triggerer, with message deletion gated on trigger-event
persistence -- so a triggerer crash leaves an unconfirmed message to be
redelivered rather than dropped (at-least-once). This adds the SQS
backend for that ack channel.

Signed-off-by: PoAn Yang <[email protected]>

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

With regards,
GitHub Actions via GitBox


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

Reply via email to