only update stuck game metric when game state backend is not redis
Build and Push Docker Container / build-and-push (push) Successful in 57s

This commit is contained in:
2026-04-04 15:33:07 +02:00
parent 8564606f4c
commit 5997a1f6c1
2 changed files with 4 additions and 3 deletions
+1
View File
@@ -56,6 +56,7 @@ class Server:
),
game_state_local_cache=self.game_state_local_cache,
metrics_backend=metrics_backend_normalized,
game_state_backend=game_state_backend,
stale_game_timeout_sec=self.stale_game_timeout_sec,
game_last_seen_unix=self.game_last_seen_unix,
game_move_counts=self.game_move_counts,