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