summaryrefslogtreecommitdiff
path: root/api.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* refactor to use joblib worker classschneefux2017-03-041-28/+5
* Fixed the last match cols which was sending this job into a hung state withou...Kapil Viren Ahuja2017-03-041-8/+8
* 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 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 handling...Kapil Viren Ahuja2017-02-161-4/+13
* 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