Skip to content
Snippets Groups Projects
Unverified Commit dfb6e717 authored by syuilo's avatar syuilo Committed by GitHub
Browse files

Update index.ts

parent 70a17214
No related branches found
No related tags found
No related merge requests found
......@@ -14,6 +14,7 @@ const queue = createQueue({
export function createHttp(data) {
return queue
.create('http', data)
.events(false)
.attempts(8)
.backoff({ delay: 16384, type: 'exponential' });
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment