Howard Chung
Howard Chung
If we let hero_search grow unbounded again we'll hit the same issue we did on BP release day when everyone tried to use the feature on way too many matches....
Adds code to double-write to Scylla
Eventually I think we can migrate everything over, but this will give us a way to start testing. There is also some corrupted data in some of the player_matches tables...
Haven't actually tested this yet
Work to add additional data, hostname, IP, account to use for debugging GC match details requests
Currently this runs within upsertMatch which exits early for all non-pro matches. We should move this to the insertMatch function so it runs on all parsed match inserts. (yes the...
Requires Redis 5: currently we use unreliable queues for some tasks (MMR update, etc.), which is implemented using a Redis list. If a worker crashes/restarts while processing a job, the...
Occasionally the Steam GetMatchHistoryBySequenceNum API hits a number where it encounters an error and we currently keep retrying this failure. We should log these failures and then auto-increment the number...
Currently, Valve sometimes doesn't add a league ID to the list of leagues until after the event starts, so we miss some of the first matches played. I wrote a...