Skip to content

Commit 5ed1493

Browse files
committed
style: format markdown docs
Signed-off-by: anilb <epipav@gmail.com>
1 parent 1732ab3 commit 5ed1493

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

services/apps/packages_worker/CONTEXT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ _Avoid_: self-healing (that's the npm gap-filling property)
4949
The pypi 30d workflow, given no `fromDate`, computes and ingests only the latest **Window** (idempotent upsert, mirrored to `packages.downloads_last_30d`). It does not gap-fill missed months; those are recovered by **Backfill**.
5050

5151
**Backfill**:
52-
A manual, one-time run over an explicit date range to fill history or recover gaps — pypi daily takes `{startDate, endDate}`, pypi 30d takes `{fromDate}` (enumerates every monthly **Window** from then to the latest). For pypi downloads this is the *only* gap-recovery mechanism; scheduled runs are fixed-window, not self-healing.
52+
A manual, one-time run over an explicit date range to fill history or recover gaps — pypi daily takes `{startDate, endDate}`, pypi 30d takes `{fromDate}` (enumerates every monthly **Window** from then to the latest). For pypi downloads this is the _only_ gap-recovery mechanism; scheduled runs are fixed-window, not self-healing.
5353

5454
## Relationships
5555

services/apps/packages_worker/src/deps-dev/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ The mode-specific key takes precedence over the generic key. Value must be a pos
6363
| `BQ_DATASET_INGEST_DEPENDENT_COUNTS_NUGET_MAX_BQ_GB` | 200 | `dependent_counts_nuget` | NUGET exact reverse transitive closure over `NuGetRequirementsLatest` (script mode). All 3 count columns. `maximumBytesBilled` runaway cap above the measured ~32 GB. |
6464
| `BQ_DATASET_INGEST_SCORECARD_REPOS_MAX_BQ_GB` | 50 | `scorecard_repos` | |
6565
| `BQ_DATASET_INGEST_SCORECARD_CHECKS_MAX_BQ_GB` | 500 | `scorecard_checks` | |
66-
| `BQ_DATASET_INGEST_PYPI_DOWNLOADS_30D_MAX_BQ_GB` | 6000 | `pypi_downloads_30d` | Per 30-day window scan (~4.56 TB measured; set in `ingestPypiDownloads.ts`). |
67-
| `BQ_DATASET_INGEST_PYPI_DOWNLOADS_DAILY_MAX_BQ_GB` | 2000 | `pypi_downloads_daily` | Daily 2-day trailing window (~300 GB); scales with backfill range, raise for long backfills. |
66+
| `BQ_DATASET_INGEST_PYPI_DOWNLOADS_30D_MAX_BQ_GB` | 6000 | `pypi_downloads_30d` | Per 30-day window scan (~4.56 TB measured; set in `ingestPypiDownloads.ts`). |
67+
| `BQ_DATASET_INGEST_PYPI_DOWNLOADS_DAILY_MAX_BQ_GB` | 2000 | `pypi_downloads_daily` | Daily 2-day trailing window (~300 GB); scales with backfill range, raise for long backfills. |
6868

6969
The override logic lives in `src/deps-dev/activities/bqExportToGcs.ts`.
7070

0 commit comments

Comments
 (0)