UNPKG

agenda

Version:

Light weight job scheduler for Node.js

9 lines 301 B
import { Agenda } from "."; /** * Set the default amount jobs that are allowed to be locked at one time (GLOBAL) * @name Agenda#locklimit * @function * @param limit num Lock limit */ export declare const lockLimit: (this: Agenda, limit: number) => Agenda; //# sourceMappingURL=lock-limit.d.ts.map