Skip to content
DBRaven
Retry-Storm Simulation

Retry-Storm Amplification: Steady-State Snapshot

Model how a per-attempt failure rate and a retry policy amplify write load: effective write rate including retries, duplicate write attempts, retry-queue and database capacity headroom, and DLQ accumulation. This is a single steady-state evaluation of your inputs, not a time-evolving simulation.

An unbounded retry policy does not produce a precise effective write rate — it is reported as a disclosed risk band instead, since the naive geometric-series estimate assumes independent failures that a real retry storm does not preserve.

Failure And Retry Policy

0.01–1,000,000

Original write attempts per second, before any retries.

0–100

Probability a single write attempt fails.

0–20

Retries attempted after the initial failed write, before giving up.

Retry-Queue And Database Capacity

1–1,000

Parallel workers issuing writes and retries.

0.01–1,000,000

Write attempts (including retries) one consumer can issue per second.

0.01–10,000,000

The database's own safe write ceiling, independent of consumer count.

No simulation run yet

Configure the failure rate and retry policy, then click “Run Retry-Storm Simulation”.