Unanswered
Is There An Auto Scaling Solution For Gcp Users?
Hi WackyRabbit7
Currently we don’t have a GCP auto scalar. We’re more than happy to get contributions for GCP and other platforms.
The AWS auto-scaler code is pretty generic and in order to be used for GCP, you need to implement a GCPAutoScaler
similar to trains.automation.aws_auto_scaler.AWSAutoScaler
, which basically has spin_up_worker()
and spin_down_worker()
methods...
159 Views
0
Answers
4 years ago
one year ago