Start
pulse.start()
pulse.start()
Example Usage
Returns
Promise<void | unknown>
: A promise that resolves when the database has been set up beforehand and the job processing begins. If the job queue has already been started, the promise resolves with the previously set ready state.
Notes
Idempotence: If
start
is called multiple times, subsequent calls will recognize that processing has already been initiated and will not create additional intervals.
Last updated
Was this helpful?