Skip to content

Commit

Permalink
tag comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiedemaria committed Nov 27, 2024
1 parent 225cff9 commit 03a1104
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python_modules/dagster/dagster/_core/storage/tags.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@
# This tag is used to indicate that the automatic retry daemon will launch a retry for this run
# If this tag is not on a run, it means the run did not fail or automatic retries is disabled.
WILL_RETRY_TAG = f"{SYSTEM_TAG_PREFIX}will_retry"
# This tag will be added by the automatic retry daemon once it launches a retry for the run. The
# value will be the run_id of the retry.
AUTO_RETRY_RUN_ID_TAG = f"{SYSTEM_TAG_PREFIX}auto_retry_run_id"

MAX_RUNTIME_SECONDS_TAG = f"{SYSTEM_TAG_PREFIX}max_runtime"
Expand Down

0 comments on commit 03a1104

Please sign in to comment.