summaryrefslogtreecommitdiff
path: root/worker.js
Commit message (Expand)AuthorAgeFilesLines
* notify cruncherschneefux2017-04-091-1/+8
* tweak batch params; change timeout behaviour; fix race conditionschneefux2017-04-081-7/+7
* push skill tier to playerschneefux2017-04-081-4/+10
* link correct series in participantschneefux2017-04-081-1/+4
* fix crash with empty rostersschneefux2017-04-081-1/+4
* push last_match_created_date to playerschneefux2017-04-081-45/+26
* do not modify db schema on startupschneefux2017-04-081-1/+0
* push winner to rosterschneefux2017-04-081-0/+2
* link to dimensionsschneefux2017-04-081-1/+11
* merge compiler into processorschneefux2017-04-081-31/+134
|\
| * link items to participantschneefux2017-04-071-5/+18
| * fix NaN statschneefux2017-04-071-1/+2
| * update for new schemaschneefux2017-04-071-94/+30
| * await transactionschneefux2017-04-041-2/+2
| * ack each message individuallyschneefux2017-04-041-2/+2
| * filter undefined or null objectsschneefux2017-04-041-2/+4
| * send jobs to compilerschneefux2017-04-041-0/+9
| * fix player_ext notificationsschneefux2017-04-041-1/+1
| * wait for rabbit and db to startschneefux2017-04-041-6/+17
| * send notifications for participant statsschneefux2017-04-041-2/+6
| * anticipate players with no match historyschneefux2017-04-031-6/+12
| * do not log queriesschneefux2017-04-031-1/+1
| * redesign web notificationschneefux2017-04-031-1/+2
| * insert in batchesschneefux2017-04-021-43/+60
| * calculate player.last_match_created_dateschneefux2017-04-011-0/+21
| * rewrite in nodeschneefux2017-04-011-0/+163
* 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-041-7/+19
* 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-011-34/+67
* 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-311-1/+1
* do the cheap ACKschneefux2017-03-311-1/+1