etl-retry-backoff-simulator
Installation
SKILL.md
When to invoke
- You are tuning retries/backoff for ETL jobs, API ingestion, or batch pipelines.
- You need to compare strategies (fixed delay vs exponential + jitter).
- You want a quick estimate of expected runtime, attempts, and wasted work under failure.
Inputs needed
- A JSON config with:
attempts_maxbase_delay_secondsstrategy:fixed,exponential, orexponential_jitterfailure_probabilityper attempt (0..1)work_seconds_per_attempt(time spent before a failure/success)trialsfor Monte Carlo simulation