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.

registerEngineTask #

Register default scheduled tasks. When a new Scheduler Engine is created, default task will be copied into engine index.

If a group is specified, this scheduled task will be loaded only in engine from this group when a new engine is created or updated.

Arguments #

Copied to clipboard!
registerEngineTask (scheduledTask: ScheduledTask, options: { group?: string }): void
Argument Type Description
scheduledTask
ScheduledTask
ScheduledTask instance
options
{ group?: string }
Engine group