Removed “internal-queue” from indexEndpoint

This commit is contained in:
Matt Aitken
2023-07-07 15:16:15 +01:00
parent 5397cd3194
commit 19e80cef3b
@@ -196,7 +196,6 @@ function getWorkerQueue() {
},
},
indexEndpoint: {
queueName: "internal-queue",
handler: async (payload, job) => {
const service = new IndexEndpointService();