ItsEcholot / ContainerNursery

Puts Docker Containers to sleep and wakes them back up when they're needed
MIT License
95 stars 6 forks source link

Optional: Only stop container when CPU usage is low #2

Closed ItsEcholot closed 2 years ago

ItsEcholot commented 3 years ago

Allow the user to configure a CPU usage limit. This will be used to determine if the container is actively "doing work" and shouldn't be stoped yet. If no CPU usage limit is defined for a proxy host, enforce the current behaviour and ignore CPU usage.