DefaultLockLimit
pulse.defaultLockLimit(times)
pulse.defaultLockLimit(times)Example Usage
const pulse = new Pulse();
// Set the default concurrency for job processing to 3
pulse.defaultLockLimit(2);
//or new Pulse({ defaultLockLimit: 2 });Parameters
Returns
Last updated