Error IndexBackground jobs stuck but dashboards look healthy
.NETJan 19, 2026

Background jobs stuck but dashboards look healthy

Workers look alive but business tasks silently stop progressing. This often comes from missing progress telemetry, weak liveness checks, and unclear stop/restart rules.

Common symptom variants

background jobs hang foreverworkers alive but no progressstuck jobs no alert

Primary playbook

Background jobs stuck but look healthy: why workers hang forever with no alerts in .NET

When background jobs hang but workers look healthy and queue pileup grows: why jobs fail silently without timeouts or heartbeats, and the runbook that stops repeat incidents.

Recommended resource

Stuck job runbook (template)

A copy/paste runbook for queue pileups and jobs that run forever: scope, blocker, containment, safe recovery, and prevention guardrails.

Related posts