ManagerConfig
The ManagerConfig type represents a configuration you can provide for the Manager as a whole.
{tickInterval?: DurationMs}| Type | Description | |
|---|---|---|
tickInterval? | DurationMs | The optional time in milliseconds after one tick completes before the next tick will start, defaulting to 100. |
This includes a property which lets you indicate the tickInterval. This represents the time between Manager 'ticks' - essentially the heartbeat of how often the Manager should check for new tasks to run, or existing ones to abort.
Use the setManagerConfig method to configure the Manager with this type.
Since
v1.0.0