Fix worker redis
This commit is contained in:
parent
2d99710fc2
commit
183d58a540
2 changed files with 3 additions and 7 deletions
|
@ -9,9 +9,7 @@ import { find, create, findMatchesAsync } from './lib/share';
|
|||
raven.config(process.env.SENTRY_DSN).install();
|
||||
|
||||
const queue = kue.createQueue({
|
||||
redis: {
|
||||
host: 'redis',
|
||||
},
|
||||
redis: process.env.REDIS_URL,
|
||||
});
|
||||
|
||||
function search(share, done) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue