Update index.ts
This commit is contained in:
parent
3a92f3a3ba
commit
1e452854e6
1 changed files with 1 additions and 0 deletions
|
|
@ -14,6 +14,7 @@ const queue = createQueue({
|
||||||
export function createHttp(data) {
|
export function createHttp(data) {
|
||||||
return queue
|
return queue
|
||||||
.create('http', data)
|
.create('http', data)
|
||||||
|
.events(false)
|
||||||
.attempts(8)
|
.attempts(8)
|
||||||
.backoff({ delay: 16384, type: 'exponential' });
|
.backoff({ delay: 16384, type: 'exponential' });
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue