duplicate team died events #32

Open
opened 2025-05-18 18:58:23 +00:00 by Varunda · 0 comments
Varunda commented 2025-05-18 18:58:23 +00:00 (Migrated from github.com)

sometimes, duplicate team killed events are created

error in queue processor action_log_parse_queue: Npgsql.PostgresException (0x80004005): 23505: duplicate key value violates unique constraint "unq_team_died_game_id_team_id"

DETAIL: Key (game_id, team_id)=(b7181868e5004751cf999d51386d11f3, 0) already exists.

Image

not sure why or how this occurs, a team dying twice seems incorrect

sometimes, duplicate team killed events are created ``` error in queue processor action_log_parse_queue: Npgsql.PostgresException (0x80004005): 23505: duplicate key value violates unique constraint "unq_team_died_game_id_team_id" DETAIL: Key (game_id, team_id)=(b7181868e5004751cf999d51386d11f3, 0) already exists. ``` ![Image](https://github.com/user-attachments/assets/38450137-d110-4baa-a65b-361b7168ed69) not sure why or how this occurs, a team dying twice seems incorrect
Sign in to join this conversation.
No description provided.