Hey all, apologies if this is a question that I co...
# ask-community
j
Hey all, apologies if this is a question that I could have found the answer to - is there a good way to tell prefect "for this run, do not do any retries, and raise any exceptions immediately"? In prefect v1 we could use a context manager, it was something like
with raise_on_exception
, but I don't see an obvious analog for that in v2. This would be for development - not testing, and I can't use the test harness because we need to access the blocks in our workspace, but just development, where retries are not useful and exceptions need to be investigated