Dont force init this queue

This commit is contained in:
Jackson Harper 2024-01-24 12:40:00 +08:00
parent c29f31d618
commit d24db92e03

View file

@ -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) => {