Skip to content

Commit

Permalink
remove retry strategy tag from tags that dont get passed to retried r…
Browse files Browse the repository at this point in the history
…uns (#26358)

## Summary & Motivation
Erroneously included `RETRY_STRATEGY_TAG` in the list of tags to omit
from run retries. That tag is set by users, and the tag i really meant
to remove was `RESUME_RETRY_TAG` which is set by dagster based on how a
retried run is launched

## How I Tested These Changes
  • Loading branch information
jamiedemaria authored Dec 9, 2024
1 parent 7ba706f commit e41c0c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python_modules/dagster/dagster/_core/storage/tags.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
USER_EDITABLE_SYSTEM_TAGS = [
PRIORITY_TAG,
MAX_RETRIES_TAG,
RETRY_STRATEGY_TAG,
RESUME_RETRY_TAG,
MAX_RUNTIME_SECONDS_TAG,
RUN_ISOLATION_TAG,
RETRY_ON_ASSET_OR_OP_FAILURE_TAG,
Expand Down

0 comments on commit e41c0c9

Please sign in to comment.