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