Comment by psanford Comment by psanford a day ago 2 replies Copy Link View on Hacker News What is the criteria for a sprite being "idle"? Is it no network activity or is it cpu based?
Copy Link mrkurt a day ago Next Collapse Comment - 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. Reply View | 0 replies
Copy Link simonw a day ago Prev Collapse Comment - Looks like it's no network activity for 30 seconds. Reply View | 0 replies
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.