The GitHub Actions job "Check newsfragment PR number" on 
airflow.git/oss/links-c-state-store has failed.
Run started by GitHub user 1fanwang (triggered by 1fanwang).

Head commit for run:
7391536d2317b48aa1d9550f66d578c67782b784 / 1fanwang <[email protected]>
Keep each attempt's operator link in the task state store

Approach C for #71471: the state store is not cleared on retry, which is what it
exists for, so an attempt's rendered link lives there rather than needing an
exemption from the XCom clear.

The worker writes the link to both places: XCom keeps holding the latest attempt
for anything already reading it, and the state store gets a row per attempt. The
reader prefers the state store and falls back to XCom for links written before
this change.

Signed-off-by: 1fanwang <[email protected]>

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

With regards,
GitHub Actions via GitBox


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

Reply via email to