Add ingest_stats worker

This commit is contained in:
MICHAEL JACKSON
2017-05-24 16:51:03 -07:00
parent af19f22bb1
commit 1f25417775
3 changed files with 296 additions and 5 deletions

View File

@ -1,2 +1,3 @@
web: node server.js
ingest_logs: node workers/ingest-logs.js
ingest_stats: node workers/ingest-stats.js