integrated data-ingestion
This commit is contained in:
parent
9673ae70ef
commit
3227388d25
15 changed files with 226 additions and 133 deletions
|
|
@ -75,8 +75,8 @@
|
|||
"type": "exponential",
|
||||
"delay": 1000
|
||||
},
|
||||
"removeOnComplete": true,
|
||||
"removeOnFail": false
|
||||
"removeOnComplete": 100,
|
||||
"removeOnFail": 50
|
||||
}
|
||||
},
|
||||
"http": {
|
||||
|
|
|
|||
|
|
@ -31,8 +31,8 @@
|
|||
},
|
||||
"defaultJobOptions": {
|
||||
"attempts": 1,
|
||||
"removeOnComplete": false,
|
||||
"removeOnFail": false
|
||||
"removeOnComplete": 100,
|
||||
"removeOnFail": 50
|
||||
}
|
||||
},
|
||||
"http": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue