| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | on conflict update for non-player objects (fix vainglorygame/meta#76) | schneefux | 2017-03-16 | 1 | -1/+2 |
| | | |||||
| * | do not crash on missing playernamerelease/1.4.0release/1.3.0 | schneefux | 2017-03-15 | 1 | -1/+1 |
| | | |||||
| * | log debug to console only | schneefux | 2017-03-15 | 1 | -11/+1 |
| | | |||||
| * | request compile jobs for participant too | schneefux | 2017-03-14 | 1 | -1/+1 |
| | | |||||
| * | use joblib notifications | schneefux | 2017-03-13 | 1 | -3/+3 |
| | | |||||
| * | catch and fail on SQL error | Vainsocial root | 2017-03-12 | 1 | -0/+4 |
| | | |||||
| * | don't add duplicates or unnecessary preload jobs | schneefux | 2017-03-11 | 1 | -6/+16 |
| | | |||||
| * | request only compile.player, analyze.participant | schneefux | 2017-03-11 | 1 | -4/+7 |
| | | |||||
| * | update joblib | schneefux | 2017-03-10 | 1 | -1/+1 |
| | | |||||
| * | rename spider to preloader | schneefux | 2017-03-09 | 1 | -14/+14 |
| | | |||||
| * | update joblib: critical bugfix | schneefux | 2017-03-09 | 1 | -0/+1 |
| | | |||||
| * | update to latest joblib | schneefux | 2017-03-09 | 1 | -1/+2 |
| | | |||||
| * | removed leftover pool inits | schneefux | 2017-03-08 | 1 | -2/+0 |
| | | |||||
| * | fixed priorities and subjob requests | schneefux | 2017-03-08 | 1 | -10/+17 |
| | | |||||
| * | spider request only casual/ranked | schneefux | 2017-03-08 | 1 | -1/+2 |
| | | |||||
| * | spider jobs be spider jobs | schneefux | 2017-03-08 | 1 | -2/+2 |
| | | |||||
| * | bugfix: get lmcd for player upserts from db, don't update every time | schneefux | 2017-03-08 | 1 | -1/+4 |
| | | |||||
| * | cache statements, smart spider, refactor upserts | schneefux | 2017-03-08 | 1 | -93/+80 |
| | | |||||
| * | do not use pooling, not needed | schneefux | 2017-03-08 | 1 | -7/+2 |
| | | |||||
| * | make spidering and analyze optional | schneefux | 2017-03-05 | 1 | -6/+26 |
| | | |||||
| * | enable spider mode | schneefux | 2017-03-05 | 1 | -0/+16 |
| | | |||||
| * | job batching (#43) | schneefux | 2017-03-05 | 1 | -54/+78 |
| | | | | | | | * run jobs in batches * do not submit duplicate compile requests | ||||
| * | refactor to use joblib worker class | schneefux | 2017-03-04 | 1 | -28/+5 |
| | | |||||
| * | Fixed the last match cols which was sending this job into a hung state ↵ | Kapil Viren Ahuja | 2017-03-04 | 1 | -8/+8 |
| | | | | | without throwing any exception. | ||||
| * | Col case changes | Kapil Viren Ahuja | 2017-03-04 | 1 | -4/+6 |
| | | |||||
| * | fixed lastMatchCreatedDate being updated on any player | schneefux | 2017-03-03 | 1 | -3/+4 |
| | | |||||
| * | reduce number of workers to 1 to workaround deadlock issues | schneefux | 2017-03-02 | 1 | -1/+1 |
| | | |||||
| * | use proper log paths for Docker | schneefux | 2017-03-01 | 1 | -1/+4 |
| | | |||||
| * | log to file | schneefux | 2017-03-01 | 1 | -2/+10 |
| | | |||||
| * | pass apiId to compiler instead of id | schneefux | 2017-02-28 | 1 | -2/+2 |
| | | |||||
| * | reduce default worker idle cooldown | schneefux | 2017-02-28 | 1 | -2/+2 |
| | | |||||
| * | Merge branch 'quiet-logs' into develop | schneefux | 2017-02-28 | 1 | -4/+0 |
| |\ | |||||
| | * | logs: be more quiet | schneefux | 2017-02-28 | 1 | -4/+0 |
| | | | |||||
| * | | properly request compile jobs | schneefux | 2017-02-28 | 1 | -2/+4 |
| |/ | |||||
| * | don't create indexes | schneefux | 2017-02-28 | 1 | -5/+0 |
| | | |||||
| * | request stats compilation job | schneefux | 2017-02-27 | 1 | -9/+38 |
| | | |||||
| * | fix raw processing to one instead of multiple records | schneefux | 2017-02-27 | 1 | -7/+8 |
| | | |||||
| * | Merge pull request #24 from vainglorygame/upsert-stats | Kapil Viren Ahuja | 2017-02-27 | 1 | -7/+24 |
| |\ | | | | | upsert player stats | ||||
| | * | upsert player stats on implicit update | schneefux | 2017-02-26 | 1 | -7/+24 |
| | | | |||||
| * | | support multiple threads per worker | schneefux | 2017-02-26 | 1 | -7/+10 |
| |/ | |||||
| * | rewrite to use joblib (fixes #20), use updated raw schema, check for duplicates | schneefux | 2017-02-26 | 1 | -100/+95 |
| | | |||||
| * | process partitions concurrently | schneefux | 2017-02-20 | 1 | -13/+82 |
| | | |||||
| * | fail on SQL errors | schneefux | 2017-02-16 | 1 | -12/+3 |
| | | |||||
| * | 1. using the right table names in SQL. 2. also put in some exception ↵ | Kapil Viren Ahuja | 2017-02-16 | 1 | -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 files | schneefux | 2017-02-15 | 1 | -89/+13 |
| | | |||||
| * | fixed that one typo | Kapil Viren Ahuja | 2017-02-14 | 1 | -1/+1 |
| | | |||||
| * | changes to web's DB cols - names etc. to sync with Web DB model | Kapil Viren Ahuja | 2017-02-14 | 1 | -22/+11 |
| | | |||||
| * | convert samples for each table | schneefux | 2017-02-13 | 1 | -49/+131 |
| | | |||||
| * | had to change the name to comply with the docker-setup instructions. | kvahuja | 2017-02-10 | 1 | -0/+86 |
