MCPcopy Create free account
hub / github.com/ByBrawe/opencode-loop / reschedule

Function reschedule

src/index.js:1239–1239  ·  view source on GitHub ↗
(minDelayMs = 0)

Source from the content-addressed store, hash-verified

1237 sessionStatuses.set(sessionID, "idle")
1238 sessionStatusSeenAt.set(sessionID, now())
1239 return "idle"
1240 }
1241 sessionStatuses.set(sessionID, live.type)
1242 sessionStatusSeenAt.set(sessionID, now())

Callers 1

maybeRunDueJobsFunction · 0.85

Calls 1

scheduleDueWorkFunction · 0.85

Tested by

no test coverage detected