LockLimit
pulse.lockLimit(limit)
pulse.lockLimit(limit)
The lockLimit
method sets the maximum number of jobs that can be locked by the Pulse
instance at any one time. This is a global setting affecting all job processing, helping to control job concurrency and prevent overload.
Example Usage
Parameters
limit
(number
): The maximum number of jobs that can be locked simultaneously across the system.
Returns
Pulse
: Returns thePulse
instance, enabling method chaining.
Last updated