You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DNS FaaS with Fly Machines
Exit NodeJS process after a preset time of idling about. This lets Fly teardown
the VM hosing this app inturn resulting in cost effective uptimes.
To exit the proc cleanly, we give up all held resources, like sockets. system
publishes "stop" msg to observing components which should clean up, if required
Machine waits MACHINE_TIMEOUT_SEC (env var declared in fly.machines.tls.toml)
amount of time before transition to the "stop" state. This var is only honoured
when app detects it is running on Fly VMs.