UNPKG

@pulsecron/pulse

Version:

The modern MongoDB-powered job scheduler library for Node.js

4 lines (3 loc) 165 B
import { Pulse } from '.'; export type DefaultConcurrencyMethod = (concurrency: number) => Pulse; export declare const defaultConcurrency: DefaultConcurrencyMethod;