mozilla-releng/redo

can't sleep for less than 1 second with jitter>0

Closed this issue · 0 comments

It would be useful to me to be able to sleep for milliseconds with jitter, but this isn't possible because jitter is defined as integer and must be less than the sleep time.

ie retrier(sleep_time=0.5, jitter=1) is not possible.

Ideally jitter would also be float.