Update logger, metrics, and redis client

Also fix acceptance tests, broken by a change in behaviour of the redis client.
It now returns a promise from most operations. This interferes with how mocha
handles callbacks in `before` blocks.
This commit is contained in:
Shane Kilkelly
2019-06-18 15:31:19 +01:00
parent 2c1f83138c
commit ef0d9c5afc
9 changed files with 222 additions and 219 deletions
+1 -1
View File
@@ -5,4 +5,4 @@ chat
--dependencies=mongo,redis
--docker-repos=gcr.io/overleaf-ops
--build-target=docker
--script-version=1.1.16
--script-version=1.1.21