sablierapp / sablier

Start your containers on demand, shut them down automatically when there's no activity. Docker, Docker Swarm Mode and Kubernetes compatible.
https://sablierapp.dev/
GNU Affero General Public License v3.0
1.46k stars 50 forks source link

feat(providers): add `provider.auto-stop-on-startup` argument #346

Closed acouvreur closed 4 months ago

acouvreur commented 4 months ago

This feature adds the capability to stop unregistered running instances upon startup.

Previously, you had to stop running instances manually or issue an initial request that will shut down instances afterwards.

With this change, all discovered instances will be shutdown. They need to be registered using labels. E.g.: sablier.enable=true

acouvreur commented 4 months ago

:tada: This issue has been resolved in version 1.8.0-beta.7 :tada:

The release is available on:

Your semantic-release bot :package::rocket: