Diagnose
diagnoseRuns the full diagnosis catalog on Postgres job queues to identify retry storms, stuck jobs, missed schedules, and idle queues, returning ranked findings with evidence and safe recovery steps.
Instructions
Run the whole diagnosis catalog and return ranked findings — retry storms, expiry overruns, stuck or abandoned workers, missed schedules, duplicate cron registration, retention-window confusion, and idle queues. Each finding carries the evidence it was drawn from and recovery steps ordered safest-first. This is the tool to reach for when the question is "what is wrong?".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| includeInfo | No | Include informational findings that prevent misreadings but are not breakage. | |
| windowHours | No | ||
| graceMinutes | No | ||
| stuckAfterMinutes | No |