I have a django application that uses a lot of geo-referenced data, because of the large number of fairly heavy libraries we use (looking at you numpy and GDAL) we find a lot of the requests tend to deal with large amounts of data in a database, but don’t overly stress the CPU. We often get to memory limits and would like to be able to scale up containers, and therefore workers when a certain RAM load is reached. I know this is possible in kubernetes, but can’t find the option in the the app platform abstraction.
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hey @smalpas,
At the moment you can only configure auto-scaling based on the average CPU usage across all of the app’s containers:
The best thing to do to get your voice heard regarding this would be to head over to our Product Ideas board and post a new idea, including as much information as possible for what you’d like to see implemented.
Hope that helps!
- Bobby.