Retry policy source of truth: op definition vs RetryRequested
object
#8061
Unanswered
Replies: 2 comments
-
Now that I know
3 & 4, I'm not sure about. Depends on which is more intuitive |
Beta Was this translation helpful? Give feedback.
0 replies
-
Tangent: in Also, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The question was originally asked in Dagster Slack. Reposting it here for posterity and discoverability.
The above Slack thread uncovered a confusing aspect of the API around op retry policy. There is an ambiguity between the
max_retries
argument set onRetryRequested
exception objects and theRetryPolicy
set in an op definition. Present behavior is that manually createdRetryRequested
objects ignore the op'sRetryPolicy
(which is used for automatically createdRetryRequested
objects). This is potentially confusing-- should we change this behavior?cc @alangenfeld
Beta Was this translation helpful? Give feedback.
All reactions