Amr
Amr3w ago

What is the recommended way to run CRON jobs with Deno Deploy EA?

I am having great time using Deno Depoly EA but I understand that it doesn't have CRON jobs just yet, is there an alternative atm or just use github action cron and duplicate the secrets?
2 Replies
jaydanurwin
jaydanurwin3w ago
I think you're left to the typical ways of doing CRON for a serverless service like Google Cloud Scheduler, a custom CRON server, etc.
Amr
AmrOP2w ago
thanks for the response, I have implemented it using github actions cron

Did you find this page helpful?