File tree Expand file tree Collapse file tree
services/apps/packages_worker/src/packagist Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -135,10 +135,9 @@ never overwritten — the first observation (closest to the boundary) wins.
135135Packagist keeps no history, so unlike npm there is no backfill lane; a missed
136136month 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
You can’t perform that action at this time.
0 commit comments