← back to Nationalrealestate
Add King County WA (2.4M full-history deeds) to loop on weekly cadence
467ca96343e34f63ed9afff397169b8101c6c8a9 · 2026-07-26 14:57:33 -0700 · Steve Abrams
Files touched
M src/jobs/hourly_loop.ts
Diff
commit 467ca96343e34f63ed9afff397169b8101c6c8a9
Author: Steve Abrams <steve@designerwallcoverings.com>
Date: Sun Jul 26 14:57:33 2026 -0700
Add King County WA (2.4M full-history deeds) to loop on weekly cadence
---
src/jobs/hourly_loop.ts | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/jobs/hourly_loop.ts b/src/jobs/hourly_loop.ts
index dbc3a32..1b413ec 100644
--- a/src/jobs/hourly_loop.ts
+++ b/src/jobs/hourly_loop.ts
@@ -52,6 +52,9 @@ const JOBS: Job[] = [
{ name: 'deeds-spok', script: 'src/ingest/parcels/engine.ts', args: ['spokane'], minIntervalHours: 3, runSources: ['spokane'] },
{ name: 'deeds-alam', script: 'src/ingest/parcels/engine.ts', args: ['alameda'], minIntervalHours: 2, runSources: ['alameda'] },
{ name: 'deeds-desc', script: 'src/ingest/parcels/engine.ts', args: ['deschutes'], minIntervalHours: 3, runSources: ['deschutes'] },
+ // King County WA — 2.4M full-history priced deeds (grantor+grantee). Heavy 150MB
+ // bulk CSV, so weekly cadence (not hourly).
+ { name: 'deeds-king', script: 'src/ingest/parcels/engine.ts', args: ['king'], minIntervalHours: 168, runSources: ['parcel_king_wa'] },
];
/** hours since this job's freshest OK run across its runSources (∞ if never). */
← d39bdf3 wake: contrarian gate fixes — all-zero deed sentinel + pre-1
·
back to Nationalrealestate
·
Scout round 2: add Crook OR (w/ names), Sonoma CA, Colorado 9a14bfd →