Skip to content

Commit ad5e92e

Browse files
committed
docs: fix stale packagist 30d pinning note
Signed-off-by: anilb <epipav@gmail.com>
1 parent e9cad6d commit ad5e92e

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

  • services/apps/packages_worker/src/packagist

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -135,10 +135,9 @@ never overwritten — the first observation (closest to the boundary) wins.
135135
Packagist keeps no history, so unlike npm there is no backfill lane; a missed
136136
month stays missed. State: `downloads_30d_last_run_at` + `downloads_30d_run_result`.
137137

138-
Unlike the daily lane (see below), the write-date here isn't pinned to a fixed
139-
run cutoff — if the full-catalog drain ran long enough, the labeled window
140-
could drift forward from what was true when the run started. Low risk given
141-
the run should finish in hours, not weeks, but worth knowing.
138+
Like the daily lane (see below), the write-date is pinned to the run's fixed
139+
cutoff and threaded through every batch, so the labeled window stays correct
140+
even if the drain runs long.
142141

143142
---
144143

0 commit comments

Comments
 (0)