reloadScheduler
@quik/scheduler / reloadScheduler
Function: reloadScheduler()
reloadScheduler():
Promise<void>
Defined in: scheduler/src/index.ts:41
Stop all scheduled tasks and the background runner, then start them again. Useful for picking up newly registered tasks without a full application restart.
Returns
Promise<void>