Std.Concurrent.Retry.ceiling
1 declaration
fn
ceiling: &Std.Concurrent.Retry.Policy -> Int -> IntThe wait before retry retry, before jitter. It multiplies only while the product stays within maxMillis, so it saturates rather than overflowing.
1 declaration
ceiling: &Std.Concurrent.Retry.Policy -> Int -> IntThe wait before retry retry, before jitter. It multiplies only while the product stays within maxMillis, so it saturates rather than overflowing.