summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge branch 'develop' of https://github.com/vainglorygame/processor into ↵schneefux2017-03-051-54/+78
|\ | | | | | | develop
| * job batching (#43)schneefux2017-03-052-54/+78
| | | | | | | | | | | | * run jobs in batches * do not submit duplicate compile requests
* | update joblibschneefux2017-03-051-0/+0
| |
* | remove logs from gitschneefux2017-03-051-312/+0
|/
* refactor to use joblib worker classschneefux2017-03-042-28/+5
|
* Fixed the last match cols which was sending this job into a hung state ↵Kapil Viren Ahuja2017-03-042-9/+9
| | | | without throwing any exception.
* Col case changesKapil Viren Ahuja2017-03-046-185/+344
|
* Merge branch 'develop' of https://github.com/vainglorygame/processor into ↵schneefux2017-03-031-1/+1
|\ | | | | | | develop
| * Merge pull request #38 from vainglorygame/fixes/turret-kills-typeschneefux2017-03-031-1/+1
| |\ | | | | | | Fixes col type as per defect in Vainsocial
| | * Fixes col type as per defect in VainsocialKapil Viren Ahuja2017-03-031-1/+1
| |/
* / fixed lastMatchCreatedDate being updated on any playerschneefux2017-03-031-3/+4
|/
* reduce number of workers to 1 to workaround deadlock issuesschneefux2017-03-021-1/+1
|
* process turretKillsschneefux2017-03-021-0/+1
|
* use proper log paths for Dockerschneefux2017-03-012-1/+159
|
* log to fileschneefux2017-03-013-234/+11
|
* Merge branch 'master' into developschneefux2017-02-280-0/+0
|\
| * Merge pull request #30 from vainglorygame/request-compileKapil Viren Ahuja2017-02-281-11/+42
| |\ | | | | | | request stats compilation job
| | * request stats compilation jobschneefux2017-02-271-11/+42
| | |
* | | pass apiId to compiler instead of idschneefux2017-02-281-2/+2
| | |
* | | reduce default worker idle cooldownschneefux2017-02-281-2/+2
| | |
* | | Merge branch 'quiet-logs' into developschneefux2017-02-281-4/+0
|\ \ \
| * | | logs: be more quietschneefux2017-02-281-4/+0
| | | |
* | | | properly request compile jobsschneefux2017-02-281-2/+4
| | | |
* | | | Merge branch 'master' into developschneefux2017-02-280-0/+0
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Merge pull request #27 from vainglorygame/participant-roster-refKapil Viren Ahuja2017-02-271-0/+2
| |\ \ | | |/ | |/| reference from participant to roster
* | | don't create indexesschneefux2017-02-281-5/+0
| | |
* | | Merge branch 'participant-roster-ref' into developschneefux2017-02-271-0/+2
|\ \ \ | | |/ | |/|
| * | reference from participant to rosterschneefux2017-02-271-0/+2
| |/
* / request stats compilation jobschneefux2017-02-271-9/+38
|/
* Merge pull request #26 from vainglorygame/fix-onetomanyKapil Viren Ahuja2017-02-271-7/+8
|\ | | | | fix raw processing to one instead of multiple records
| * fix raw processing to one instead of multiple recordsschneefux2017-02-271-7/+8
| |
* | Merge pull request #25 from vainglorygame/roster-match-refKapil Viren Ahuja2017-02-271-1/+3
|\ \ | | | | | | process roster's match_apiId
| * | process roster's match_apiIdschneefux2017-02-271-1/+3
| |/
* / Adding run logs for debugging.Kapil Viren Ahuja2017-02-272-0/+234
|/
* Merge pull request #24 from vainglorygame/upsert-statsKapil Viren Ahuja2017-02-271-7/+24
|\ | | | | upsert player stats
| * upsert player stats on implicit updateschneefux2017-02-261-7/+24
| |
* | Merge pull request #23 from vainglorygame/multiple-workersKapil Viren Ahuja2017-02-271-7/+10
|\ \ | | | | | | support multiple threads per worker
| * | support multiple threads per workerschneefux2017-02-261-7/+10
| |/
* | Merge pull request #22 from vainglorygame/rewriteKapil Viren Ahuja2017-02-278-181/+179
|\| | | | | rewrite to use joblib (fixes #20), use updated raw schema, check for …
| * Merge branch 'master' into rewriteschneefux2017-02-260-0/+0
| |\ | |/ |/|
* | fixing last bit of model (refactoring phase 1) (#19)Kapil Viren Ahuja2017-02-252-5/+5
| |
* | reference queries for updating roster with match's FKKapil Viren Ahuja2017-02-211-0/+21
| |
* | Merge pull request #16 from vainglorygame/jobsKapil Viren Ahuja2017-02-215-21/+90
|\ \ | | | | | | Process partitions individually
| | * rewrite to use joblib (fixes #20), use updated raw schema, check for duplicatesschneefux2017-02-267-160/+179
| |/
| * update queries to work with vainsocial.com#developschneefux2017-02-202-4/+4
| |
| * process partitions concurrentlyschneefux2017-02-205-17/+86
|/
* Merge pull request #14 from vainglorygame/features/web-db-model-refactoringKapil Viren Ahuja2017-02-196-66/+56
|\ | | | | Features web db model refactoring
| * change to how the FK are managed in EORMkvahuja2017-02-191-1/+1
| |
| * match to roster relationshipkvahuja2017-02-191-1/+4
| |
| * refactoring as part of https://github.com/vainglorygame/vainsocial.com/issues/17kvahuja2017-02-183-46/+28
| |