DefaultLockLimit
pulse.defaultLockLimit(times)
pulse.defaultLockLimit(times)
Example Usage
Parameters
times
(number
): The maximum number of times jobs of a specific type can be locked concurrently.
Returns
Pulse
: Returns the instance of thePulse
class, allowing for method chaining.
Last updated
Was this helpful?