RPC + cron?
Hey folks, I'm trying to add RPC to a worker that already has a scheduled handler for cron. It looks like inheriting from WorkerEntrypoint messes up any other method such as
scheduled
..?1 Reply
Seemingly I can do
async scheduled(event: ScheduledController)
and use the cron
property, but no way to access env vars or do waitUntil
?
Ahh they're on this
of course ignore me