summaryrefslogtreecommitdiff
path: root/api.py
Commit message (Collapse)AuthorAgeFilesLines
* do not crash on missing playernameschneefux2017-03-151-1/+1
|
* log debug to console onlyschneefux2017-03-151-11/+1
|
* request compile jobs for participant tooschneefux2017-03-141-1/+1
|
* use joblib notificationsschneefux2017-03-131-3/+3
|
* catch and fail on SQL errorVainsocial root2017-03-121-0/+4
|
* don't add duplicates or unnecessary preload jobsschneefux2017-03-111-6/+16
|
* request only compile.player, analyze.participantschneefux2017-03-111-4/+7
|
* update joblibschneefux2017-03-101-1/+1
|
* rename spider to preloaderschneefux2017-03-091-14/+14
|
* update joblib: critical bugfixschneefux2017-03-091-0/+1
|
* update to latest joblibschneefux2017-03-091-1/+2
|
* removed leftover pool initsschneefux2017-03-081-2/+0
|
* fixed priorities and subjob requestsschneefux2017-03-081-10/+17
|
* spider request only casual/rankedschneefux2017-03-081-1/+2
|
* spider jobs be spider jobsschneefux2017-03-081-2/+2
|
* bugfix: get lmcd for player upserts from db, don't update every timeschneefux2017-03-081-1/+4
|
* cache statements, smart spider, refactor upsertsschneefux2017-03-081-93/+80
|
* do not use pooling, not neededschneefux2017-03-081-7/+2
|
* make spidering and analyze optionalschneefux2017-03-051-6/+26
|
* enable spider modeschneefux2017-03-051-0/+16
|
* job batching (#43)schneefux2017-03-051-54/+78
| | | | | | * run jobs in batches * do not submit duplicate compile requests
* refactor to use joblib worker classschneefux2017-03-041-28/+5
|
* Fixed the last match cols which was sending this job into a hung state ↵Kapil Viren Ahuja2017-03-041-8/+8
| | | | without throwing any exception.
* Col case changesKapil Viren Ahuja2017-03-041-4/+6
|
* 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
|
* use proper log paths for Dockerschneefux2017-03-011-1/+4
|
* log to fileschneefux2017-03-011-2/+10
|
* 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
|/
* don't create indexesschneefux2017-02-281-5/+0
|
* request stats compilation jobschneefux2017-02-271-9/+38
|
* fix raw processing to one instead of multiple recordsschneefux2017-02-271-7/+8
|
* 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
| |
* | support multiple threads per workerschneefux2017-02-261-7/+10
|/
* rewrite to use joblib (fixes #20), use updated raw schema, check for duplicatesschneefux2017-02-261-100/+95
|
* process partitions concurrentlyschneefux2017-02-201-13/+82
|
* fail on SQL errorsschneefux2017-02-161-12/+3
|
* 1. using the right table names in SQL. 2. also put in some exception ↵Kapil Viren Ahuja2017-02-161-4/+13
| | | | | | | | handling which spits out the error and moves on instead of exiting (#11) * 1. using the right table names in SQL. 2. also put in some exception handling which spits out the error and moves on instead of exiting * ID in participant table is participant ID. we need a mapping for player ID in Web to get a player's matches.
* load processor queries from sql filesschneefux2017-02-151-89/+13
|
* fixed that one typoKapil Viren Ahuja2017-02-141-1/+1
|
* changes to web's DB cols - names etc. to sync with Web DB modelKapil Viren Ahuja2017-02-141-22/+11
|
* convert samples for each tableschneefux2017-02-131-49/+131
|
* had to change the name to comply with the docker-setup instructions.kvahuja2017-02-101-0/+86