MCPcopy
hub / github.com/partykit/partykit / onCron

Function onCron

examples/basic/src/server.ts:111–115  ·  view source on GitHub ↗
(cron: Cron, _lobby, _ctx)

Source from the content-addressed store, hash-verified

109 },
110
111 onCron(cron: Cron, _lobby, _ctx) {
112 console.log(
113 `Running cron ${cron.name}: ${cron.cron} at ${cron.scheduledTime}`
114 );
115 }
116} satisfies PartyKitServer;

Callers 2

fetchFunction · 0.85
scheduledFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected