drupflare/worker - v1.0.0
    Preparing search index...

    Variable FAILURE_BACKOFF_FLOOR_MSConst

    FAILURE_BACKOFF_FLOOR_MS: 1000 = 1_000

    The floor on a failure's re-arm delay.

    A failure must never re-arm fast, whatever else is true. The alarm runs inside the reentrancy gate, so a fast chain of failures does not merely waste invocations -- it starves every queued request behind it and presents as a deadlock.