UNPKG

agenda

Version:

Light weight job scheduler for Node.js

10 lines 346 B
import { Agenda } from "."; /** * Set the concurrency for jobs (globally), type does not matter * @name Agenda#maxConcurrency * @function * @param concurrency max concurrency value * @returns agenda instance */ export declare const maxConcurrency: (this: Agenda, concurrency: number) => Agenda; //# sourceMappingURL=max-concurrency.d.ts.map