mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
More attempts now that lock timeouts are lower
This commit is contained in:
parent
dde80091b4
commit
0a38cd6422
1 changed files with 2 additions and 2 deletions
|
|
@ -695,7 +695,7 @@ export const bulkEnqueueUpdateLabels = async (data: UpdateLabelsData[]) => {
|
|||
name: UPDATE_LABELS_JOB,
|
||||
data: d,
|
||||
opts: {
|
||||
attempts: 3,
|
||||
attempts: 6,
|
||||
priority: 1,
|
||||
backoff: {
|
||||
type: 'exponential',
|
||||
|
|
@ -720,7 +720,7 @@ export const enqueueUpdateHighlight = async (data: UpdateHighlightData) => {
|
|||
|
||||
try {
|
||||
return queue.add(UPDATE_HIGHLIGHT_JOB, data, {
|
||||
attempts: 3,
|
||||
attempts: 6,
|
||||
priority: 1,
|
||||
backoff: {
|
||||
type: 'exponential',
|
||||
|
|
|
|||
Loading…
Reference in a new issue