Job history
Path: /admin-settings → Job History tab
Read-only view of every background job executed by Tasker. Use it to monitor health, identify failures, and audit cron schedules.
List columns
| Column | Description |
|---|---|
| Type | Job type (filterable; same set as Cron schedules). |
| Status | Status chip — see below. |
| Created | When the job was enqueued. |
| Started | When execution began. |
| Duration | Computed elapsed from start to finish. |
| Attempts | Current / max (e.g. 1/3). |
| Result | Truncated JSON result. |
| Last Error | Most recent failure message (truncated). |
Status values
| Status | Chip | Description |
|---|---|---|
PENDING | Default | Enqueued, awaiting execution. |
RUNNING | Info | Executing now. |
COMPLETED | Success | Finished successfully. |
FAILED | Warning | Failed but retries remain. |
DEAD | Error | Failed and exhausted retries. |
Filtering and sorting
- Type filter (single-select).
- Status filter.
- Created / Started date range filters.
- Click column headers to sort. Default: Created descending.
Workflows
Monitor health
Look for FAILED and DEAD jobs. Read the Last Error column and cross-reference with the job type to know which subsystem is affected.
Verify a cron schedule ran
Filter by the job's Type, confirm Created / Started timings, verify Status is COMPLETED.
See also
- Cron schedules.
- Tasker (Ops) — runtime that creates these records.