Official Plugins (Kuzzle v2.x)
Scheduler v1.x
2

This plugin is part of the Kuzzle Enterprise Plan. If you are interested, please contact us.

SchedulerPlugin #

Instantiates the scheduler plugin.


Constructor #

Copied to clipboard!
new SchedulerPlugin();

Example #

Copied to clipboard!
import { SchedulerPlugin } from 'kuzzle-plugin-scheduler';

const schedulerPlugin = new SchedulerPlugin();