Skip to main content

START_LIMIT_BURST

Constant START_LIMIT_BURST 

Source
pub const START_LIMIT_BURST: u32 = 5;
Expand description

How many consecutive failures the platform tolerates before it stops retrying.

The companion to RestartPolicy::reset_after: the delay bounds how fast a restart may come, and this bounds how many come before the host gives up and leaves the failure visible instead of hiding it behind an endless retry.