retry icon indicating copy to clipboard operation
retry copied to clipboard

add new param which allow to instant raise without retry for specified exception

Open n0npax opened this issue 7 years ago • 0 comments

for some reasons we may don't want to rerun on specific exception. For example we may want to retry on everything except keyinterupt Added param <<instant_raise_exceptions>>, to skip retrying for specified exceptions

n0npax avatar Aug 31 '17 12:08 n0npax