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
When callArgs is called with a max.Duration and attempt = 0, retry is done till maxDuration expires. Shouldn't max attempt zero result in notRetrying at all? I am using this as default caller for a function, I need a way to configure this lib so that the func is called only once but it seems impossible since attempts zero means many tries?
The text was updated successfully, but these errors were encountered:
When callArgs is called with a max.Duration and attempt = 0, retry is done till maxDuration expires. Shouldn't max attempt zero result in
notRetrying
at all? I am using this as default caller for a function, I need a way to configure this lib so that the func is called only once but it seems impossible since attempts zero means many tries?The text was updated successfully, but these errors were encountered: