UNPKG

non-overlapping-periodic-job-scheduler

Version:

Periodic job scheduler for Node.js projects, ensuring non-overlapping executions and deterministic termination. Features a dynamically chosen interval between executions, determined by a user-injected calculator function, which can take into account the d

5 lines 186 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.NO_PREVIOUS_EXECUTION = void 0; exports.NO_PREVIOUS_EXECUTION = -1; //# sourceMappingURL=types.js.map