fix: cron wakeMode now waits for heartbeat (#666) (thanks @roshanasingh4)
This commit is contained in:
@@ -723,7 +723,7 @@ export async function startGatewayServer(
|
||||
return await runHeartbeatOnce({
|
||||
cfg: runtimeConfig,
|
||||
reason: opts?.reason,
|
||||
deps: { runtime },
|
||||
deps: { ...deps, runtime: defaultRuntime },
|
||||
});
|
||||
},
|
||||
runIsolatedAgentJob: async ({ job, message }) => {
|
||||
|
||||
Reference in New Issue
Block a user