From bc77c7698ff8e0100cf93c89e7cb23dfb67035fe Mon Sep 17 00:00:00 2001 From: Phillip Thelen Date: Thu, 29 May 2025 13:49:30 +0200 Subject: [PATCH] remove unused priority --- website/server/libs/worker.js | 1 - 1 file changed, 1 deletion(-) diff --git a/website/server/libs/worker.js b/website/server/libs/worker.js index 4086d32055..b2aad80675 100644 --- a/website/server/libs/worker.js +++ b/website/server/libs/worker.js @@ -15,7 +15,6 @@ export function sendJob (type, config) { if (IS_PROD) { const { data, options } = config; const usedOptions = { - priority: 'high', backoff: { delay: 10 * 60 * 1000, type: 'exponential' }, ...options, };