https://dagster.io/ logo
Title
c

Chris Chan

01/12/2022, 10:20 PM
I had an op retry with a
STEP_UP_FOR_RETRY
event - but my op doesn’t have a retry policy defined. Is there a default retry set somewhere? Where can I adjust this?
a

alex

01/12/2022, 10:25 PM
Some things it could be • a retry policy can be set on the
job
that becomes the default for all ops • ops can raise a RetryRequested exception directly
c

Chris Chan

01/12/2022, 10:29 PM
The op doesn’t have a
RetryRequested
exception, and as far as I can tell, the job doesn’t have a retry policy either
mmm, I see a resource the op uses has a
RetryRequested
in it, thanks!
👍 1