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: abb3dcab517a7ee97ed7e24af644c1fc95d88945 / 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/27867320047 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
