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

Function updateClaimedSchedule

apps/sim/background/schedule-execution.ts:631–637  ·  view source on GitHub ↗
(
      updates: WorkflowScheduleUpdate,
      context: string
    )

Source from the content-addressed store, hash-verified

629 })
630
631 const updateClaimedSchedule = (
632 updates: WorkflowScheduleUpdate,
633 context: string
634 ): Promise<boolean> =>
635 applyScheduleUpdate(payload.scheduleId, updates, requestId, context, {
636 expectedLastQueuedAt: claimedAt,
637 })
638
639 try {
640 const [scheduleRecord] = await db

Callers 1

executeScheduleJobFunction · 0.85

Calls 1

applyScheduleUpdateFunction · 0.85

Tested by

no test coverage detected