ProcessEvery
pulse.processEvery(interval)
pulse.processEvery(interval)
The name
method of the Pulse
class allows setting or updating the name of the job queue. This name can be used for identification and management purposes within applications that may handle multiple queues.
Example Usage
Parameters
interval
(string
): The interval at which to process jobs, expressed in a human-readable format, such as '5 minutes', '1 hour', etc.
Returns
Pulse
: Returns the instance of thePulse
class, facilitating method chaining.
Last updated