#Deno server not running unless viewing logs
6 messages · Page 1 of 1 (latest)
They will go down to 0 servers too if there is no traffic. Optimize your startup times!
But the way the code is written, it should run constantly at an interval, and yet, it doesn't. I can't see any startup time settings in my project either
that is not how deno deploy is designed. It will shut down a isolate after either 10ms (free) or 50ms (PRO) of executing
do you have any experience with gh actions? i'm trying to get an action working to wake the server back up every 5 minutes to keep the code running #general
I personally don't. I know how to set up ci but not cronjobs with gh actions