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

retry_on says that it can take an Array of hosts, but it will fail if one is passed #1679

Open
trevor-vaughan opened this issue Aug 27, 2020 · 0 comments

Comments

@trevor-vaughan
Copy link
Contributor

trevor-vaughan commented Aug 27, 2020

retry_on() indicates that it can take an Array of hosts but its call to log_prefix will cause a failure during execution since it is working on an Array.

I would propose serializing the execution of retry_on() so that it does support an Array of hosts but I can also see simply rejecting anything that is not a single host (which is the way that it is currently written).

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

No branches or pull requests

1 participant