MCPcopy
hub / github.com/nowork-studio/NotFair / invalidateCronCache

Function invalidateCronCache

notfair-cmo/src/server/scheduler/display.ts:285–285  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

283
284/** Compatibility no-op — the new scheduler has no subprocess cache to invalidate. */
285export function invalidateCronCache(): void {}
286
287export async function disableCron(id: string): Promise<void> {
288 setJobEnabled(id, false);

Callers 1

updateCronPromptActionFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected