Relative Content

Tag Archive for azureazure-container-apps

Is it possible to have a little more control of container apps http scaling

I have an application (SonarQube) that is used relatively infrequently. Basically it just does a few code scans a day and which point a developer may visit the application for a few minutes and look at the results before heading back to the code to get back to work or implement fixes. Basically, what I’d like to do is upon the first request the application will scale up to one container (which can take up to two minutes) and for the container to stay scaled to one until there haven’t been any requests for the last 30 minutes. That way if a developer is flipping back and forth between code and the scan results it the application will be prompt but when they haven’t interacted with the application for the last 30 minutes the application will shut down.