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

Function resetScheduleInfraRetryCount

apps/sim/background/schedule-execution.ts:76–78  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

74}
75
76function resetScheduleInfraRetryCount(): Pick<WorkflowScheduleUpdate, 'infraRetryCount'> {
77 return { infraRetryCount: 0 }
78}
79
80/**
81 * Builds the schedule update shared by every path that treats a run as a failure:

Callers 2

executeScheduleJobFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected