Closed eddiebergman closed 10 months ago
Having a max_trials defaulting to 3 was dump in retrospect as you may have expected that setting timeout would mean it would keep going until that timeout was reached.
max_trials
3
timeout
Now one of the two must be specified, either max_trials or timeout.
Having a
max_trials
defaulting to3
was dump in retrospect as you may have expected that settingtimeout
would mean it would keep going until that timeout was reached.Now one of the two must be specified, either
max_trials
ortimeout
.