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

Support retry_intervals as a lambda #329

Merged
merged 8 commits into from
Mar 10, 2017

Conversation

phstc
Copy link
Collaborator

@phstc phstc commented Mar 9, 2017

Fix #303

Pablo Cantero added 2 commits March 9, 2017 17:13
@phstc phstc force-pushed the support-retry_intervals-as-a-lambda-303 branch from 67d2d74 to 35588df Compare March 10, 2017 00:22
@@ -34,7 +34,7 @@ def get_interval(retry_intervals, attempts)
retry_intervals[attempts]
else
retry_intervals.last
end
end.to_i
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@felixbuenemann is that what you were asking for in #303 (comment)?

Pablo Cantero added 2 commits March 9, 2017 21:25
@phstc phstc merged commit ce5a304 into master Mar 10, 2017
@phstc phstc deleted the support-retry_intervals-as-a-lambda-303 branch March 10, 2017 12:54
@tjsingleton
Copy link

<3 lgtm!

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.

2 participants