summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
| * | 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 into...schneefux2017-03-020-0/+0
| |\ \
| | * | Some stats calc - we need to add patch version in some core web tables. (#5)Kapil Viren Ahuja2017-03-021-15/+24
| * | | Merge branch 'master' into feature/player_statsKapil Viren Ahuja2017-03-022-2/+15
| |\| |
| | * | use proper log paths for Dockerschneefux2017-03-011-1/+4
| | * | log to fileschneefux2017-03-012-2/+12
| * | | fixed player id as parameterKapil Viren Ahuja2017-03-011-1/+1
| * | | Some stats calc - we need to add patch version in some core web tables.Kapil Viren Ahuja2017-03-011-15/+24
| |/ /
| * | add untested example queryschneefux2017-02-281-0/+16
| * | reduce default worker idle cooldownschneefux2017-02-281-2/+2
| * | support split queriesschneefux2017-02-282-16/+10
| * | logs: be more quietschneefux2017-02-281-4/+0
| * | add requirements.txtschneefux2017-02-271-0/+5
| * | allow writing web-web queriesschneefux2017-02-275-0/+205
| /
* / attempt to fix race conditionschneefux2017-04-071-5/+5
|/
* ack each message individuallyschneefux2017-04-041-2/+2
* filter undefined or null objectsschneefux2017-04-041-1/+3
* prevent possible race conditionschneefux2017-04-041-1/+1
* small syntax fixschneefux2017-04-041-5/+5
* wait for rabbit and db to startschneefux2017-04-042-7/+20
* show processing player for debuggingschneefux2017-04-041-0/+1
* remove unneeded debugging lineschneefux2017-04-031-1/+0
* do not log queriesschneefux2017-04-031-1/+1
* fix player flattensschneefux2017-04-031-3/+4
* redesign web notificationschneefux2017-04-031-1/+1
* handle players and matches seperatelyschneefux2017-04-031-5/+16
* call snakeCaseKeys only as much as it's necessaryschneefux2017-04-031-4/+4
* push shardId to the right placesschneefux2017-04-021-4/+4
* upsert in bulkschneefux2017-04-021-131/+159
* items: use mappings name -> name -> dbschneefux2017-04-021-22/+33
* upsert itemsschneefux2017-04-012-35/+69
* Merge branch 'release/2.0.0' of https://gitlab.com/vainglorygame/processor in...schneefux2017-04-011-0/+3
|\
| * Pushed created_at down the stairs reamKapil Viren Ahuja2017-04-011-0/+3
* | request compile jobs; use transactionsschneefux2017-04-011-6/+28
|/
* send web notification only 1 / player&batchschneefux2017-03-311-13/+8
* fix shard_id workaroundschneefux2017-03-311-2/+2
* move ORM model into seperate reposchneefux2017-03-3125-1098/+2
* do the cheap ACKschneefux2017-03-311-1/+1
* insert players and teams seperatelyschneefux2017-03-311-17/+31
* insert assets, squish concurrency bugsschneefux2017-03-313-26/+66
* implement smart batchingschneefux2017-03-314-56/+94