Skip to main content
This has been deprecated in favor of DynamicSchedule.unregister

Parameters

string
required
Should be a stable and unique cache key inside the run(). See resumability for more information.
DynamicSchedule
required
A DynamicSchedule that will trigger any Jobs it’s attached to on a regular interval.
string
required
A unique id for the schedule. This is used to identify and unregister the schedule later.

Returns

A Promise with the following shape:
boolean
required
Whether the schedule was successfully unregistered.