[Feature] Add monitoring dashboard for queue depth, worker health, storage use, failed/unknown jobs, backup status, and system health #30

Closed
opened 2026-07-06 11:30:53 +02:00 by zemion · 1 comment
Owner

Imported from the consolidated GovOPlaN product backlog.

  • Source: /mnt/DATA/Nextcloud/ADD ideas UG/Products/govoplan/backlog.md
  • Line: 168
  • Section: Milestones > Milestone 9 - Operational Self-Hosted MVP
  • Source status: PARTIAL.

Imported backlog item:

- [ ] Add monitoring dashboard for queue depth, worker health, storage use, failed/unknown jobs, backup status, and system health.
<!-- codex-backlog-fingerprint:50e2306a1244ae29a094271f --> Imported from the consolidated GovOPlaN product backlog. - Source: `/mnt/DATA/Nextcloud/ADD ideas UG/Products/govoplan/backlog.md` - Line: `168` - Section: `Milestones > Milestone 9 - Operational Self-Hosted MVP` - Source status: `PARTIAL.` Imported backlog item: ```markdown - [ ] Add monitoring dashboard for queue depth, worker health, storage use, failed/unknown jobs, backup status, and system health. ```
zemion added this to the Milestone 9 - Operational Self-Hosted MVP milestone 2026-07-06 13:05:45 +02:00
Author
Owner

Codex State: done

Summary

  • The monitoring responsibility is implemented in the optional Ops module rather than retained in Core.
  • Ops now reports queue depth, worker and queue coverage, active tasks, local storage capacity when observable, coordinated backup evidence, overall readiness, and recovery-ledger failures/outcome-unknown work.

Changed Files

  • GovOPlaN/govoplan-ops@1426fd9

Verification

  • govoplan-ops: ruff check routes.py tests/test_operational_checks.py (passed)
  • govoplan-ops: pytest -q (8 passed)
  • govoplan-core/webui: tsc --noEmit (passed with @govoplan/ops-webui)
## Codex State: done ### Summary - The monitoring responsibility is implemented in the optional Ops module rather than retained in Core. - Ops now reports queue depth, worker and queue coverage, active tasks, local storage capacity when observable, coordinated backup evidence, overall readiness, and recovery-ledger failures/outcome-unknown work. ### Changed Files - `GovOPlaN/govoplan-ops@1426fd9` ### Verification - `govoplan-ops: ruff check routes.py tests/test_operational_checks.py (passed)` - `govoplan-ops: pytest -q (8 passed)` - `govoplan-core/webui: tsc --noEmit (passed with @govoplan/ops-webui)`
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: GovOPlaN/govoplan-core#30