agenda
Version:
Light weight job scheduler for Node.js
10 lines • 351 B
TypeScript
import { Agenda } from ".";
/**
* Set the default lock time (in ms)
* Default is 10 * 60 * 1000 ms (10 minutes)
* @name Agenda#defaultLockLifetime
* @function
* @param {Number} ms time in ms to set default lock
*/
export declare const defaultLockLifetime: (this: Agenda, ms: number) => Agenda;
//# sourceMappingURL=default-lock-lifetime.d.ts.map