You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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 anArray
.I would propose serializing the execution of
retry_on()
so that it does support anArray
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).The text was updated successfully, but these errors were encountered: