Currently
- Development server always on (can't play without it)
- We decommission any projects that are no longer of interest
- Does the application implement autoscaling to adjust the number of instances of the service downwards (or upwards) (horizontal scalability)? Not automatically, but we do it (we define a number of energy sources available for the site)
- logic in place > docker - decommissioning of servers and deletion of client data that no longer has any staging for our projects
To develop / to be implemented
- Automatic scaling = feasible, but our server architecture does not currently allow this (unless we go to a hosting provider such as AWS, and then there are other problems).
Obstacles
- It's impossible to shut down a development server