summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* tweak batch params; change timeout behaviour; fix race conditionschneefux2017-04-081-7/+7
|
* push skill tier to playerschneefux2017-04-081-4/+10
|
* link correct series in participantschneefux2017-04-081-1/+4
|
* fix crash with empty rostersschneefux2017-04-081-1/+4
|
* push last_match_created_date to playerschneefux2017-04-081-45/+26
|
* do not modify db schema on startupschneefux2017-04-081-1/+0
|
* push winner to rosterschneefux2017-04-081-0/+2
|
* link to dimensionsschneefux2017-04-081-1/+11
|
* Merge branch 'release/2.0.0' of https://gitlab.com/vainglorygame/processor ↵schneefux2017-04-080-0/+0
|\ | | | | | | into release/2.0.0
| * attempt to fix race conditionschneefux2017-04-071-3/+3
| |
* | merge compiler into processorschneefux2017-04-083-32/+139
|\ \
| * | link items to participantschneefux2017-04-071-5/+18
| | |
| * | fix NaN statschneefux2017-04-071-1/+2
| | |
| * | update for new schemaschneefux2017-04-071-94/+30
| | |
| * | await transactionschneefux2017-04-041-2/+2
| | |
| * | ack each message individuallyschneefux2017-04-041-2/+2
| | |
| * | filter undefined or null objectsschneefux2017-04-041-2/+4
| | |
| * | send jobs to compilerschneefux2017-04-041-0/+9
| | |
| * | fix player_ext notificationsschneefux2017-04-041-1/+1
| | |
| * | wait for rabbit and db to startschneefux2017-04-042-7/+19
| | |
| * | send notifications for participant statsschneefux2017-04-041-2/+6
| | |
| * | anticipate players with no match historyschneefux2017-04-031-6/+12
| | |
| * | do not log queriesschneefux2017-04-031-1/+1
| | |
| * | redesign web notificationschneefux2017-04-031-1/+2
| | |
| * | insert in batchesschneefux2017-04-021-43/+60
| | |
| * | calculate player.last_match_created_dateschneefux2017-04-011-0/+21
| | |
| * | rewrite in nodeschneefux2017-04-019-221/+231
| | |
| * | increase batch sizeVainsocial root2017-03-261-1/+1
| | |
| * | kill process when the worker crashes, increase batch limitschneefux2017-03-191-6/+4
| | |
| * | committed wrong joblib verschneefux2017-03-171-0/+0
| | |
| * | move reposschneefux2017-03-172-1/+1
| | |
| * | log debug to console onlyschneefux2017-03-152-12/+1
| | |
| * | calculate kda ratio (fix vainglorygame/meta#51)schneefux2017-03-151-3/+7
| | |
| * | fix participant_stats queryschneefux2017-03-141-5/+9
| | |
| * | add participant_stats query (wip)schneefux2017-03-141-0/+13
| | |
| * | update joblibschneefux2017-03-141-0/+0
| | |
| * | use joblib notificationsschneefux2017-03-131-0/+0
| | |
| * | update joblibschneefux2017-03-081-0/+0
| | |
| * | compile up to a whole batch of 50 at onceschneefux2017-03-081-1/+1
| | |
| * | do not use pooling, not neededschneefux2017-03-081-4/+2
| | |
| * | update joblibschneefux2017-03-061-0/+0
| | |
| * | update joblibschneefux2017-03-051-0/+0
| | |
| * | update joblibschneefux2017-03-051-0/+0
| | |
| * | run jobs in batches (#7)schneefux2017-03-053-10/+27
| | | | | | | | | | | | | | | | | | * run jobs in batches * upsert player_stats
| * | update queries after column name case changeschneefux2017-03-041-10/+10
| | |
| * | refactor to use joblib worker classschneefux2017-03-042-28/+6
| | |
| * | reduce number of workers to 1 to workaround deadlock issuesschneefux2017-03-021-1/+1
| | |
| * | process missing statsschneefux2017-03-021-3/+5
| | |
| * | Merge branch 'develop' of https://github.com/vainglorygame/statscompiler ↵schneefux2017-03-020-0/+0
| |\ \ | | | | | | | | | | | | into develop
| | * | Some stats calc - we need to add patch version in some core web tables. (#5)Kapil Viren Ahuja2017-03-021-15/+24
| | | | | | | | | | | | | | | | | | | | | | | | * Some stats calc - we need to add patch version in some core web tables. * fixed player id as parameter