ores.scheduler
Table of Contents
Summary
ores.scheduler provides job scheduling infrastructure for ORE Studio —
cron-based job definitions, execution lifecycle, and periodic operation support.
Structured as a composite component with three sub-components.
Sub-components
| Sub-component | Brief |
|---|---|
| ores.scheduler.api | Domain types and NATS protocol schemas for the scheduler component. |
| ores.scheduler.core | Job scheduling infrastructure — cron-based job definitions, execution, and scheduling. |
| ores.scheduler.service | NATS service entrypoint for the scheduler domain. |
Entity modules
| Module | Brief |
|---|---|
| ores.scheduler | Logical entities for the scheduler namespace. |