MCPcopy Index your code
hub / github.com/simstudioai/sim / getScheduleClaimedAt

Function getScheduleClaimedAt

apps/sim/background/schedule-execution.ts:184–187  ·  view source on GitHub ↗
(payload: ScheduleExecutionPayload)

Source from the content-addressed store, hash-verified

182}
183
184function getScheduleClaimedAt(payload: ScheduleExecutionPayload): Date | null {
185 const claimedAt = new Date(payload.now)
186 return Number.isNaN(claimedAt.getTime()) ? null : claimedAt
187}
188
189async function retryScheduleAfterInfraFailure({
190 payload,

Callers 2

runWorkflowExecutionFunction · 0.85
executeScheduleJobFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected