instance_class: F1automatic_scaling: min_idle_instances: 1 max_idle_instances: automatic min_pending_latency: automatic max_pending_latency: automaticWARNING: Performance settings included in this update are being ignored because your application is not using the Modules feature. See the Modules documentation for more information. Python: (https://developers.google.com/appengine/docs/python/modules/) Java: (https://developers.google.com/appengine/docs/java/modules/) Go: (https://developers.google.com/appengine/docs/go/modules/) PHP: (https://developers.google.com/appengine/docs/php/modules/).
However, when attempting to deploy these changes via the command line I'm warned:WARNING: Performance settings included in this update are being ignored because your application is not using the Modules feature.
My understanding is that all applications must have a default module, and that app.yaml should by default act as a configuration for that default module. As previously stated, my application is relatively simple and doesn't need to be broken into multiple modules. As such, I'm just looking to configure instance behaviour for the application as a whole. Could anyone point me in the right direction and tell me what I'm missing?