Skip to content
New issue

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

Remove a handler that wasn't ever used #266

Merged
merged 1 commit into from
May 14, 2019
Merged

Conversation

jcoyne
Copy link
Contributor

@jcoyne jcoyne commented May 13, 2019

The handler had a condition to only execute if the attempt_number was greater or equal than max_tries
but the handler only executes before running the retry block (e.g. when attempt_number is less than max tries)

The handler had a condition to only execute if the attempt_number was greater or equal than max_tries
but the handler only executes before running the retry block (e.g. when attempt_number is less than max tries)
@coveralls
Copy link

Coverage Status

Coverage increased (+0.2%) to 97.982% when pulling b83ffcb on clean-handler into f012041 on master.

@justinlittman justinlittman merged commit 7c3bd23 into master May 14, 2019
@justinlittman justinlittman deleted the clean-handler branch May 14, 2019 10:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants