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, };