I had an op retry with a `STEP_UP_FOR_RETRY` event...
# ask-community
c
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
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
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