#Deno server not running unless viewing logs

6 messages · Page 1 of 1 (latest)

slim swift
#

This is for Deno Deploy? I believe it essentially monitors incoming traffic and will spin up / down your server dynamically based on traffic. If there's no traffic it won't spin up, viewing logs also triggers it.

#

They will go down to 0 servers too if there is no traffic. Optimize your startup times!

vale nimbus
ebon anchor
#

that is not how deno deploy is designed. It will shut down a isolate after either 10ms (free) or 50ms (PRO) of executing

vale nimbus
ebon anchor
#

I personally don't. I know how to set up ci but not cronjobs with gh actions