Hacker News new | ask | show | jobs
by ttymck 637 days ago
Right, I am suggesting a feature to disable the idleness check during a window of the day
1 comments

This could be done using a system cron job which runs

  clace app update-metadata conf --promote container.idle_shutdown_secs=180 /myapp
at every 6pm and then runs

  clace app update-metadata conf --promote container.idle_shutdown_secs=0 /myapp
at 8am. idle_shutdown_secs being zero disables the shutdown. Using all as the last arg will update for all apps.