autoscaler
autoscaler copied to clipboard
Automatically scale the capacity of your Spanner instances based on their utilization.
Instances configured with
Hello and thank you 🙏 Error we are experiencing: ``` Last scaling request for {"processingUnits":100} FAILED: Too many databases to decrease instance size. Current: 74, limit: 10. Please reduce the...
Adds a distribution metric for scaling duration, and only records success once operation is complete
base (cloudspannerecosystem/autoscaler): Missing required manifest config: release-please-config.json
:robot: I have created a release *beep* *boop* --- ## [2.1.0](https://github.com/cloudspannerecosystem/autoscaler/compare/v2.0.1...v2.1.0) (2024-05-03) ### Features * Add npm run command for end-to-end tests, sort list ([#279](https://github.com/cloudspannerecosystem/autoscaler/issues/279)) ([85f37ac](https://github.com/cloudspannerecosystem/autoscaler/commit/85f37acd5730e19323d295a10d7c56ec229715d3)) * Take into account...
When there is an LRO with FULFILLMENT_PERIOD_EXTENDED, and another scaling operation is requested, cancel the existing and handle the new scaling operation
# Summary The version of cloud functions written in terraform was 1st gen, so I updated it to 2nd gen. `google_cloudfunctions_function`->`google_cloudfunctions2_function` # Why you need this PR As shown below,...
Implemented code for enhancement#[93](https://github.com/cloudspannerecosystem/autoscaler/issues/93) . Please let me know if I am missing anything.
Initial commit of the python based command line script to allow autoscaler configuration changes.
When the poller call the scaler today there is no way (at least documented) to add authentication headers. It would be nice to either add support, document alternative path to...