-
Notifications
You must be signed in to change notification settings - Fork 0
schedule panel
You will learn how to read the schedule view, what trigger reasons mean, and how different feed families schedule their next run.
The schedule panel lists items with their expected next run time and the reason they will run.
| Field | Meaning |
|---|---|
| Item | Feed or artifact parent name. |
| Next run | When the next automatic action is expected. |
| Trigger reason | Why the item will run. |
| Reason | When you see it | What it means |
|---|---|---|
| Cadence-driven | Merges, plain feeds, artifact parents, provider databases | The item runs on its own configured time interval. |
| Input-triggered | History derivatives, merges after input changes | The item runs because its parent or input feed updated. |
| Manual | After operator recheck or reprocess | An operator explicitly requested this run. |
| Retry | After a failed download | The item is retrying after a hard failure, using exponential backoff. |
| Recovery | After integrity check | The item was queued to repair missing or stale outputs. |
Run on their configured cadence. After a successful check, the next run is scheduled at now + cadence. After a failure, the next retry uses exponential backoff.
Cadence-driven. Merges are the only synthetic feed family that progresses purely because time passed. They recompose from their inputs on each cadence tick.
Input-triggered. They run when their parent feed updates. They do not have their own cadence. If the parent does not update, the derivative does not run.
Run on their own cadence, independently of their child feeds.
Run on their own cadence. When a provider updates successfully, a reprocess wave is triggered for all feeds that depend on that provider.
- Triggers and Reprocessing — what causes work to happen
- Pipeline Overview — the two-loop model
- Daemon Command Reference
- Environment Variables
- Configuration Reload
- Listener Topologies
- Admin Authentication
- Feed Families
- Source Feeds
- Processor Reference
- Static Feeds
- Merge Feeds
- Artifact Parents
- History Derivatives
- Provider Databases
- Use Roles
- Critical Infrastructure Reference Feeds
- Legal Fields
- Feed Visibility & Lifecycle
- YAML Field Reference
- Pipeline Overview
- Download Lifecycle
- Processing Lifecycle
- Feed Status Reference
- Health Classes
- What Triggers Reprocessing
- Accessing the Admin
- Runtime Status
- Feed Inventory
- Artifact Inventory
- Live Queues
- Background Work
- Schedule State
- Operator Actions
- Enable & Disable