You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/environment-variables.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -400,7 +400,7 @@ DEAL_INTERVAL_SECONDS=3600
400
400
401
401
-**Type**: `number`
402
402
-**Required**: No
403
-
-**Default**: `6`
403
+
-**Default**: `10`
404
404
-**Minimum**: `1`
405
405
406
406
**Role**: Controls deal-job concurrency. When `DEALBOT_JOBS_MODE=cron`, this is the maximum number of providers processed in parallel per batch; batches run sequentially. When `DEALBOT_JOBS_MODE=pgboss`, this sets the pg-boss `teamSize` for `deal.run` workers.
@@ -413,7 +413,7 @@ DEAL_INTERVAL_SECONDS=3600
413
413
**Example**:
414
414
415
415
```bash
416
-
DEAL_MAX_CONCURRENCY=4
416
+
DEAL_MAX_CONCURRENCY=10
417
417
```
418
418
419
419
**Sizing note**: A rough estimate for required concurrency is
@@ -426,7 +426,7 @@ Use p95 duration for a more conservative default.
426
426
427
427
-**Type**: `number`
428
428
-**Required**: No
429
-
-**Default**: `5`
429
+
-**Default**: `10`
430
430
-**Minimum**: `1`
431
431
432
432
**Role**: Maximum number of retrieval tests executed in parallel when running pg-boss workers.
@@ -439,7 +439,7 @@ Use p95 duration for a more conservative default.
439
439
**Example**:
440
440
441
441
```bash
442
-
RETRIEVAL_MAX_CONCURRENCY=5
442
+
RETRIEVAL_MAX_CONCURRENCY=10
443
443
```
444
444
445
445
**Sizing note**: A rough estimate for required concurrency is
0 commit comments