pg-boss v11 renamed every concatenated-lowercase timestamp column (`createdon`, `completedon`) to snake_case (`created_on`, `completed_on`). Our service-health dashboard and failed-job alert still referenced the v10 names, so after the v12 upgrade those queries error out silently. Fix the three affected queries: - alerts.yml: failed-job alert - service-health.json: "Recent Failed Jobs" table - service-health.json: "Job Queue — Completed/hour" time series The `state` / `name` / `output` columns stay the same, and the `state` enum still accepts `'failed'` / `'completed'` literals. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| grafana | ||
| loki | ||
| postgres | ||
| prometheus | ||
| promtail | ||
| scripts | ||
| terraform | ||
| .env.example | ||
| Caddyfile | ||
| docker-compose.yml | ||
| secrets.app.env | ||
| secrets.infra.env | ||