io.unregisterInterval()
allows you to unregister a DynamicSchedule that was previously registered with io.registerInterval()
.
This has been deprecated in favor of DynamicSchedule.unregister
Should be a stable and unique cache key inside the run()
. See
resumability for more information.
A DynamicSchedule that will trigger any Jobs it’s attached to on a regular interval.
A unique id for the interval. This is used to identify and unregister the interval later.
A Promise with the following shape:
Whether the interval was successfully unregistered.
io.unregisterInterval()
allows you to unregister a DynamicSchedule that was previously registered with io.registerInterval()
.
This has been deprecated in favor of DynamicSchedule.unregister
Should be a stable and unique cache key inside the run()
. See
resumability for more information.
A DynamicSchedule that will trigger any Jobs it’s attached to on a regular interval.
A unique id for the interval. This is used to identify and unregister the interval later.
A Promise with the following shape:
Whether the interval was successfully unregistered.