[Feature Request] Shutdown GameSessions from Backend

0

Why can we not terminate a GameSession from the GameLift backend?

Testing while setting up the GameLift features can sometimes mean that GameSessions do not shutdown from alone.

GameSession costs easily pass the two digit barrier in a single day - even when just idling with no players.

A feature to shutdown a GameSession is needed for developers, to help avoid costs which are not necessarily considered usual costs associated with GameLift.

What developers want and some consider a basic feature, is a free GameLift testing environment.

gefragt vor 2 Jahren227 Aufrufe
1 Antwort
0

I believe the only ways to terminate a game session from the GameLift side is to either scale down the instances in the fleet (although this wont work if you have game session protection on in your fleet), remote connect into the instance and terminate the server process hosting the game session there, or have the server invoke the ProcessEnding method from the server SDK. I do agree that there should be an easier/targeted way to terminate a specific game session/server process from the GameLift side.

beantwortet vor 2 Jahren

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen