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: services/apps/packages_worker/src/packagist/README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -182,13 +182,13 @@ last. State: `daily_downloads_last_run_at` + `daily_downloads_run_result`.
182
182
183
183
All optional; defaults in `activities.ts` / `fetchPackage.ts`:
184
184
185
-
| Env var (`CROWD_PACKAGES_PACKAGIST_…`) | Default | Meaning |
185
+
| Env var | Default | Meaning |
186
186
|---|---|---|
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 |
|`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 |
0 commit comments