Add /_stats endpoint
Also, remove ingest_stats worker and use the cache instead.
This commit is contained in:
@ -1,10 +1,12 @@
|
||||
language: node_js
|
||||
node_js:
|
||||
- stable
|
||||
- stable
|
||||
cache: yarn
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
- master
|
||||
services:
|
||||
- redis-server
|
||||
before_deploy: yarn build
|
||||
deploy:
|
||||
provider: heroku
|
||||
|
Reference in New Issue
Block a user