Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Dokploy/dokploy
/ removeScheduleJob
Function
removeScheduleJob
packages/server/src/utils/schedules/utils.ts:34–37 ·
view source on GitHub ↗
(scheduleId: string)
Source
from the content-addressed store, hash-verified
32
};
33
34
export
const
removeScheduleJob = (scheduleId: string) => {
35
const
currentJob = scheduledJobs[scheduleId];
36
currentJob?.cancel();
37
};
38
39
export
const
runCommand =
async
(scheduleId: string) => {
40
const
{
Callers
1
schedule.ts
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected