aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-01-25 15:05:18 +0100
committerChocobozzz <me@florianbigard.com>2018-01-25 18:41:17 +0100
commit94a5ff8a4a75d75bb9df542a39ce8769e7a7e6a4 (patch)
tree32a9148e0e4567f0c4ffae0412cbed20b84e8873 /package.json
parentd765fafc3faf0db9818eb1a07161df1cb1bc0efa (diff)
downloadPeerTube-94a5ff8a4a75d75bb9df542a39ce8769e7a7e6a4.tar.gz
PeerTube-94a5ff8a4a75d75bb9df542a39ce8769e7a7e6a4.tar.zst
PeerTube-94a5ff8a4a75d75bb9df542a39ce8769e7a7e6a4.zip
Move job queue to redis
We'll use it as cache in the future. /!\ You'll loose your old jobs (pending jobs too) so upgrade only when you don't have pending job anymore.
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json
index 45651a1e5..db1bfe5d8 100644
--- a/package.json
+++ b/package.json
@@ -70,6 +70,7 @@
70 "js-yaml": "^3.5.4", 70 "js-yaml": "^3.5.4",
71 "jsonld": "^0.5.12", 71 "jsonld": "^0.5.12",
72 "jsonld-signatures": "https://github.com/Chocobozzz/jsonld-signatures#rsa2017", 72 "jsonld-signatures": "https://github.com/Chocobozzz/jsonld-signatures#rsa2017",
73 "kue": "^0.11.6",
73 "lodash": "^4.11.1", 74 "lodash": "^4.11.1",
74 "magnet-uri": "^5.1.4", 75 "magnet-uri": "^5.1.4",
75 "mkdirp": "^0.5.1", 76 "mkdirp": "^0.5.1",
@@ -103,6 +104,7 @@
103 "@types/chai": "^4.0.4", 104 "@types/chai": "^4.0.4",
104 "@types/config": "^0.0.33", 105 "@types/config": "^0.0.33",
105 "@types/express": "^4.0.35", 106 "@types/express": "^4.0.35",
107 "@types/kue": "^0.11.8",
106 "@types/lodash": "^4.14.64", 108 "@types/lodash": "^4.14.64",
107 "@types/magnet-uri": "^5.1.1", 109 "@types/magnet-uri": "^5.1.1",
108 "@types/mkdirp": "^0.5.1", 110 "@types/mkdirp": "^0.5.1",