Creating a custom scheduler
Edit on GitHubTo create a new custom scheduler:
- Create a reader plugin that reads configuration of jobs from the specific source.
- Create an adapter plugin that covers the basic scheduler functionality.
- Enable plugins in
\Pyz\Zed\Scheduler\SchedulerDependencyProvider
and adjust configuration settings according to your changes.
Thank you!
For submitting the form