Reduce retries when deleting call links
This commit is contained in:
parent
c3d45264a7
commit
145d48d104
1 changed files with 1 additions and 1 deletions
|
@ -66,5 +66,5 @@ export class CallLinksDeleteJobQueue extends JobQueue<CallLinksDeleteJobData> {
|
|||
export const callLinksDeleteJobQueue = new CallLinksDeleteJobQueue({
|
||||
store: jobQueueDatabaseStore,
|
||||
queueType: 'callLinksDelete',
|
||||
maxAttempts: 25,
|
||||
maxAttempts: 5,
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue