mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
More init debugging
This commit is contained in:
parent
77e09954cd
commit
154ccfe787
1 changed files with 1 additions and 0 deletions
|
|
@ -60,6 +60,7 @@ const run = async () => {
|
|||
}
|
||||
}
|
||||
|
||||
console.log('redis options:', redisOptions(secrets))
|
||||
const connection = new Redis(secrets.REDIS_URL, redisOptions(secrets))
|
||||
const rssRefreshFeed = new QueueMQ('rssRefreshFeed', {
|
||||
connection: connection,
|
||||
|
|
|
|||
Loading…
Reference in a new issue