From b5b75086c193e459ea0ec8baf2340f509ff270f2 Mon Sep 17 00:00:00 2001 From: Nicolas Date: Fri, 12 Jul 2024 10:44:14 -0400 Subject: [PATCH] Update index.ts --- apps/api/src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/api/src/index.ts b/apps/api/src/index.ts index 060f6754..1cd03eb0 100644 --- a/apps/api/src/index.ts +++ b/apps/api/src/index.ts @@ -118,7 +118,7 @@ if (cluster.isMaster) { app.post(`/admin/${process.env.BULL_AUTH_KEY}/shutdown`, async (req, res) => { - return res.status(200).json({ ok: true }); + // return res.status(200).json({ ok: true }); try { console.log("Gracefully shutting down..."); await getWebScraperQueue().pause(false, true);