docs(cron): update store + run log paths

This commit is contained in:
Peter Steinberger
2025-12-13 12:38:12 +00:00
parent 3e2e4be680
commit 5d8ee8fc28
2 changed files with 10 additions and 12 deletions

View File

@@ -119,7 +119,7 @@ Cron is a Gateway-owned scheduler for wakeups and scheduled jobs. See `docs/cron
| Key | Type | Default | Description |
|-----|------|---------|-------------|
| `enabled` | boolean | `true` | Enable the cron scheduler inside the Gateway (set to `false` to disable) |
| `store` | string | *(auto)* | Override the cron job store path (defaults to `~/.clawdis/cron/jobs.json` if present, otherwise `~/.clawdis/cron.json`) |
| `store` | string | `~/.clawdis/cron/jobs.json` | Override the cron job store path |
| `maxConcurrentRuns` | number | `1` | Max concurrent isolated cron runs (command-queue lane `"cron"`) |
Run history: