← Back to context Comment by psanford 1 day ago What is the criteria for a sprite being "idle"? Is it no network activity or is it cpu based? 2 comments psanford Reply mrkurt 1 day ago It stays awake if you have an open connection (like sprite console) or an exec session if running and producing stdout.You can specify a max exec time for a process when you launch it via the API. simonw 1 day ago Looks like it's no network activity for 30 seconds.
mrkurt 1 day ago It stays awake if you have an open connection (like sprite console) or an exec session if running and producing stdout.You can specify a max exec time for a process when you launch it via the API.
It stays awake if you have an open connection (like sprite console) or an exec session if running and producing stdout.
You can specify a max exec time for a process when you launch it via the API.
Looks like it's no network activity for 30 seconds.