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

Fix an issue with max_attempts and validation #2465

Merged
merged 1 commit into from Jan 14, 2021
Merged

Conversation

mullermp
Copy link
Contributor

Closes #2464

We only converted AWS_MAX_ATTEMPTS in #2319 . This change just allows value to be a string and converts (and returns) as part of validation. Our tests mistakenly mocked integers from shared config instead of strings.

@mullermp mullermp merged commit a6c0e1d into master Jan 14, 2021
@mullermp mullermp deleted the fix-retry-errors branch January 14, 2021 21:12
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.

retry_errors#resolve_max_attempts is getting String from Shared_Config#max_attempts
2 participants