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