Job history (TenancyEngine)
Inspect recent outbox messages processed by platform background workers — provisioning events, webhook dispatches, billing sync, and other asynchronous work.
Console: TenancyEngine console → Job history (/jobs)
Requires Settings read (platform operators). Organization-scoped admins typically use Outbox for notification delivery instead.
What this page shows
Each row is an outbox job with:
- Event type — handler identifier (e.g. tenant lifecycle, webhook delivery)
- Status — Pending, Retrying, Processed, or Exhausted (max attempts reached)
- Attempts — retry count vs configured maximum
- Timestamps — created, last attempt, processed, next retry
The list auto-refreshes every 15 seconds.
Filtering
Filter by status (pending vs processed) or event type substring. Use pagination for older jobs.
Outbox vs job history
| Surface | Best for |
|---|---|
Outbox (/outbox) | Email/SMS/push notification delivery to end users |
Job history (/jobs) | Internal platform worker queue and integration events |
Failed notification sends appear in Outbox; infrastructure retries and handler failures appear here.
Related
- Outbox — customer notification delivery
- Audit log — operator actions
- Application webhooks — outbound HTTP event delivery