MCPcopy
hub / github.com/node-cron/node-cron / resolveRunCoordinator

Function resolveRunCoordinator

src/coordinator/run-coordinator.ts:40–42  ·  view source on GitHub ↗
(perTask?: RunCoordinator)

Source from the content-addressed store, hash-verified

38 * (startup) rather than silently at the first fire.
39 */
40export function resolveRunCoordinator(perTask?: RunCoordinator): RunCoordinator {
41 return perTask ?? globalRunCoordinator ?? new EnvVarRunCoordinator();
42}

Callers 2

constructorMethod · 0.90
constructorMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected