working on queue
This commit is contained in:
parent
58c5ba1200
commit
fe7733aeb5
5 changed files with 105 additions and 34 deletions
|
|
@ -34,8 +34,9 @@ export const proxyProvider: ProviderConfig = {
|
|||
index,
|
||||
source: 'batch-processing'
|
||||
}),
|
||||
queueManager, {
|
||||
totalDelayHours: 0.1,//parseFloat(process.env.PROXY_VALIDATION_HOURS || '1'),
|
||||
queueManager,
|
||||
{
|
||||
totalDelayHours: 4,//parseFloat(process.env.PROXY_VALIDATION_HOURS || '1'),
|
||||
batchSize: parseInt(process.env.PROXY_BATCH_SIZE || '200'),
|
||||
useBatching: process.env.PROXY_DIRECT_MODE !== 'true',
|
||||
priority: 2,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue