Scheduler
Home > @backstage/plugin-search-backend-node
> Scheduler
Scheduler responsible for all search tasks.
Signature:
class Scheduler
Constructors
Constructor |
Modifiers |
Description |
---|---|---|
Constructs a new instance of the |
Methods
Method |
Modifiers |
Description |
---|---|---|
Adds each task and interval to the schedule. When running the tasks, the scheduler waits at least for the time specified in the interval once the task was completed, before running it again. | ||
Starts the scheduling process for each task | ||
Stop all scheduled tasks. |