Overview of Rocketry scheduling features
masterRocketry is a modern, statement-based scheduling framework for Python. It is designed to be simple to set up while remaining robust and extensible for large-scale applications or autonomous engines.
Key capabilities include:
- Powerful Scheduling: Supports various strategies including
cronand custom scheduling statements. - Concurrency Support: Handles tasks using
async,threading, ormultiprocessing. - Task Management: Supports parametrization and task pipelining.
- Extensibility: Features a modifiable runtime session and allows for custom scheduling logic.