Skip to content

Commit 820e909

Browse files
committed
docs: spell out full packagist env var names
Signed-off-by: anilb <epipav@gmail.com>
1 parent 685f8b0 commit 820e909

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

  • services/apps/packages_worker/src/packagist

services/apps/packages_worker/src/packagist/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -182,13 +182,13 @@ last. State: `daily_downloads_last_run_at` + `daily_downloads_run_result`.
182182

183183
All optional; defaults in `activities.ts` / `fetchPackage.ts`:
184184

185-
| Env var (`CROWD_PACKAGES_PACKAGIST_…`) | Default | Meaning |
185+
| Env var | Default | Meaning |
186186
|---|---|---|
187-
| `MAILTO` | `oss-packages@linuxfoundation.org` | Contact in the crawl User-Agent |
188-
| `STATS_CONCURRENCY` | 10 (hard cap 10) | Parallel package ingests across all lanes — every lane starts with a dynamic-endpoint fetch, so the stricter 10-limit bounds everything |
189-
| `METADATA_REFRESH_DAYS` | 7 | Metadata refresh window |
190-
| `RUN_ONLY_FOR_CRITICAL` | `false` | `true` narrows metadata to the critical slice |
191-
| `STOP_AFTER_FIRST_PAGE` | `false` | Debug: one drain page, no continueAsNew |
187+
| `CROWD_PACKAGES_PACKAGIST_MAILTO` | `oss-packages@linuxfoundation.org` | Contact in the crawl User-Agent |
188+
| `CROWD_PACKAGES_PACKAGIST_STATS_CONCURRENCY` | 10 (hard cap 10) | Parallel package ingests across all lanes — every lane starts with a dynamic-endpoint fetch, so the stricter 10-limit bounds everything |
189+
| `CROWD_PACKAGES_PACKAGIST_METADATA_REFRESH_DAYS` | 7 | Metadata refresh window |
190+
| `CROWD_PACKAGES_PACKAGIST_RUN_ONLY_FOR_CRITICAL` | `false` | `true` narrows metadata to the critical slice |
191+
| `CROWD_PACKAGES_PACKAGIST_STOP_AFTER_FIRST_PAGE` | `false` | Debug: one drain page, no continueAsNew |
192192

193193
## Running it
194194

0 commit comments

Comments
 (0)