mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
change priority to 5
This commit is contained in:
parent
25e374f6ff
commit
1742ffda24
1 changed files with 2 additions and 2 deletions
|
|
@ -664,7 +664,7 @@ export const enqueueTriggerRuleJob = async (data: TriggerRuleJobData) => {
|
|||
}
|
||||
|
||||
return queue.add(TRIGGER_RULE_JOB_NAME, data, {
|
||||
priority: 1,
|
||||
priority: 5,
|
||||
attempts: 1,
|
||||
removeOnComplete: true,
|
||||
removeOnFail: true,
|
||||
|
|
@ -678,7 +678,7 @@ export const enqueueWebhookJob = async (data: CallWebhookJobData) => {
|
|||
}
|
||||
|
||||
return queue.add(CALL_WEBHOOK_JOB_NAME, data, {
|
||||
priority: 1,
|
||||
priority: 5,
|
||||
attempts: 1,
|
||||
removeOnComplete: true,
|
||||
removeOnFail: true,
|
||||
|
|
|
|||
Loading…
Reference in a new issue