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