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
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.
thanks for the response, I have implemented it using github actions cron