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.
Hard ceiling for any single sleep between retries. Even if Tiltify sends
Retry-After: 600we 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.