Admin Dashboard

Operational tooling for platform administrators: background jobs, search index, object storage, and quotas.

Overview

The Admin Dashboard gives platform administrators a window into the systems that power Pomavo behind the scenes. It is intended for operators and on-call engineers, not day-to-day users, and surfaces the background job pipeline, the search index, object storage, and quota usage.

The Admin Dashboard exposes operational internals and destructive maintenance actions. Restrict access to trusted operators.

Operational tooling for platform administrators.

Job Explorer

Pomavo runs side effects - automation evaluations, search indexing, history recording, inbox delivery, and scheduler resumes - as asynchronous background jobs. The Job Explorer lets you:

  • Browse jobs and their runs, filtered by type and status
  • Open a job run detail page with the full, timestamped log for that run
  • See per-run status - succeeded, failed, or retrying - and timing

This is the primary tool for diagnosing why an automation, notification, or index update did or did not happen.

Job run logs are multi-line and expand inline so long stack traces and execution plans are fully readable.

Search Index Explorer

Pomavo mirrors tickets into a search index to power the query language. The index explorer lets operators inspect indexed documents, verify that a ticket is correctly indexed, and confirm the mapping the search engine uses.

Object Storage Explorer

Attachments and other binary content live in object storage. The storage explorer lets operators browse buckets and objects to confirm uploads, diagnose missing attachments, and verify storage configuration.

Quota & Tier Management

Administrators can view and adjust each organization's quota tier and inspect current usage against the configured limits, for example, automation runs, API calls, and storage. This is where you promote an organization to a higher tier or investigate why an organization is hitting limits.