Looking for AI workflow examples? Try the Runaway Workflow Simulator (Webhook → SerpAPI → Firecrawl → OpenAI → CRM).
Your scraper keeps retrying the same expensive SerpAPI / Apify / proxy task. This page is a toy counter so you can feel the shape of loop policy: here, requests 1–5 are “safe”, 6–10 are “gray”, and 11+ are “blocked”. Production gray-zone behavior can include extra signals (see note below); the storm hard-stop still maps to the same idea: stop before the next vendor bill.
Verified against worker/src/routes/check.ts public demo: max_count: 10, cost_usd: 0.05 per loop observation; gray zone uses Workers AI when enabled (this page does not call the API).
Tap “Same expensive task again” to mimic a stuck retry loop on one task_key before the paid HTTP call.
Incident type: Same task_key retry storm (simulated)
Current decision: allow