4回答
- 新しい順
- 投票が多い順
- コメントが多い順
0
Have you tried the GameLift scale settings to allow the lowest instance to be zero?
回答済み 4年前
0
The way I've solved this in the past is to have a scheduled lambda, runs at fixed time to scale all fleets to zero if any are scaled up
First developer in then scales the fleets required up (you could also have another scheduled lambda to scale up fleets required).
回答済み 4年前
0
Yes, I did but I manually did it. So now I'm looking for something like a scheduler.
回答済み 4年前