top | item 41527592

(no title)

ttymck | 1 year ago

Right, I am suggesting a feature to disable the idleness check during a window of the day

discuss

order

ajayvk|1 year ago

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.