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
xeon06
xeon06OP6mo ago
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

Did you find this page helpful?