# Cron scheduling for standing tasks

Digio standing tasks can run on a **cron schedule** with an **IANA timezone** per workspace (for example `Europe/London`).

## Fields

Standard five-field cron:

```
minute hour day-of-month month day-of-week
```

| Field | Values |
|-------|--------|
| minute | 0–59 |
| hour | 0–23 |
| day-of-month | 1–31 |
| month | 1–12 |
| day-of-week | 0–7 (0 and 7 = Sunday) |

## Examples

| Expression | Meaning (in workspace TZ) |
|------------|---------------------------|
| `0 9 * * 1` | Every Monday at 09:00 |
| `0 */6 * * *` | Every 6 hours |
| `30 8 1 * *` | 08:30 on the 1st of each month |

## UI

- Standing tasks with a schedule show a **SCHED** tag in **To do** and on the kanban **Waiting** column.
- Summary line: timezone, next run, recurrence (when applicable).
- Up to **40** standing tasks per agent.

## Related

- Landing: [tasks-kanban.php](../tasks-kanban.php)
- Landing: [todo.php](../todo.php)
- Product: visual [workspace.php](../workspace.php)
