mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Dont force init this queue
This commit is contained in:
parent
c29f31d618
commit
d24db92e03
1 changed files with 0 additions and 3 deletions
|
|
@ -96,9 +96,6 @@ const main = async () => {
|
|||
throw '[queue-processor] error redis is not initialized'
|
||||
}
|
||||
|
||||
// Init the backend queue now
|
||||
await getBackendQueue()
|
||||
|
||||
const worker = new Worker(
|
||||
QUEUE_NAME,
|
||||
async (job: Job) => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue