We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
See https://github.com/pnpnpn/retry-decorator/blob/master/retry_decorator/retry_decorator.py#L34: when callback_by_exception is defined and in effect, then run_one_last_time is defaulted to False.
callback_by_exception
run_one_last_time
False
In any case, run_one_last_time should always default to True.
The text was updated successfully, but these errors were encountered:
default [run_one_last_time] to True when callback_by_exception is def…
fe0626f
…ined - fixes pnpnpn#20
No branches or pull requests
See https://github.com/pnpnpn/retry-decorator/blob/master/retry_decorator/retry_decorator.py#L34:
when
callback_by_exception
is defined and in effect, thenrun_one_last_time
is defaulted toFalse
.run_one_last_time
to begin with? To be able to swallow exceptions by the retry logic?In any case,
run_one_last_time
should always default to True.The text was updated successfully, but these errors were encountered: