Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
fetch
Function · 0.85
scheduled
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected