Open jamiedemaria opened 1 day ago
[!WARNING] This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite. Learn more
master
This stack of pull requests is managed by Graphite. Learn more about stacking.
Summary & Motivation
Adds a
dagster/did_retry
tag to any run that had a retry launched by the auto run reexecution daemon. This allows us to determine if a run is waiting to be retried by looking at the values ofdagster/will_retry
anddagster/did_retry
Examples:
dagster/will_retry=False
- no retry will be launched for this rundagster/will_retry=True
- a retry will be launched for this run, but has not been launched yetdagster/will_retry=True
anddagster/did_retry=True
- a retry has been launched for this runassociated internal pr https://github.com/dagster-io/internal/pull/12787
How I Tested These Changes
Changelog