Name
pulse.name(name)
pulse.name(name)
Example Usage
const pulse = new Pulse();
pulse.name('emailProcessingQueue');
//or new Pulse({ name:'emailProcessingQueue' });
Parameters
name
(string
): The name to assign to the Pulse instance's job queue.
Returns
Pulse
: Returns the instance of thePulse
class, allowing for method chaining.
Last updated
Was this helpful?