pipelines
pipelines copied to clipboard
Trigger pipelines using cron
Implement simple cron support within the API to run pipelines periodically.
Tasks:
- Define the trigger-format
- Choose suitable library (hopefully tornado-centric)
- Implement the scheduler. Should be on the same process as the main API but decoupled in code.