From 98166c6d8eb01375210382f7406cde9672d2ab85 Mon Sep 17 00:00:00 2001 From: Chuck Smith Date: Thu, 28 May 2026 07:54:57 -0400 Subject: [PATCH] docs: remove shipped slow job webhook alert from ROADMAP v1.3 Co-Authored-By: Claude Sonnet 4.6 --- ROADMAP.md | 1 - 1 file changed, 1 deletion(-) diff --git a/ROADMAP.md b/ROADMAP.md index 457cf70..4e0af80 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -11,7 +11,6 @@ The project has shipped through v1.2.0, covering full Solid Queue depth — job > _More signals, fewer blind spots._ -- **Slow job webhook alert** — fire when the slow-job count crosses a configurable threshold; pairs with the existing `slow_job_threshold` config — adds the alerting half - **Process stale webhook alert** — fire when a worker's `last_heartbeat_at` expires; a worker going silent means jobs stop processing without any visible signal - **Job wait time column** — show time from `enqueued_at` to `created_at` on claimed executions; a direct measure of queue SLA (how long jobs waited before a worker picked them up)