ores.scheduler
Job scheduling infrastructure for ORE Studio. Manages cron-based job definitions and execution scheduling for report generation and other periodic operations.
Facets
The component is organised into the following facets:
| Facet | Description |
|---|---|
| domain | Job definition types, cron expressions, execution records |
| service | Business logic for scheduling operations |
| repository | Persistence layer for job definitions and history |
| messaging | NATS request/reply handlers — see ores.scheduler Messaging Reference |
| Top: Documentation | Previous: System Model |