@playlive/tiltify-core
    Preparing search index...

    Variable DEFAULT_MAX_BACKOFF_MSConst

    DEFAULT_MAX_BACKOFF_MS: 30000 = 30_000

    Hard ceiling for any single sleep between retries. Even if Tiltify sends Retry-After: 600 we won't block a lambda invocation for ten minutes — the step function retry will give us a fresher Lambda + a longer total budget. The current value (30s) is comfortably under the 60s API Gateway timeout that bounds REST consumers, and well under the 900s SFN per-state timeout that bounds backfill consumers.