← back to Nationalrealestate
TK-5: add san-diego-sandag and santa-clara to hourly loop rotation — both were in engine but not scheduled
49158f6ad43e40b86cf654f27d10a77a6d7de497 · 2026-08-01 04:22:42 -0700 · steve@designerwallcoverings.com
Files touched
M src/jobs/hourly_loop.ts
Diff
commit 49158f6ad43e40b86cf654f27d10a77a6d7de497
Author: steve@designerwallcoverings.com <steve@designerwallcoverings.com>
Date: Sat Aug 1 04:22:42 2026 -0700
TK-5: add san-diego-sandag and santa-clara to hourly loop rotation — both were in engine but not scheduled
---
src/jobs/hourly_loop.ts | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/src/jobs/hourly_loop.ts b/src/jobs/hourly_loop.ts
index 8552af3..2486f0e 100644
--- a/src/jobs/hourly_loop.ts
+++ b/src/jobs/hourly_loop.ts
@@ -73,6 +73,10 @@ const JOBS: Job[] = [
{ name: 'deeds-klam', script: 'src/ingest/parcels/engine.ts', args: ['klamath'], minIntervalHours: 4, runSources: ['klamath'] },
{ name: 'deeds-marion',script:'src/ingest/parcels/engine.ts', args: ['marion'], minIntervalHours: 3, runSources: ['marion'] },
{ name: 'deeds-yakima',script:'src/ingest/parcels/engine.ts', args: ['yakima'], minIntervalHours: 3, runSources: ['yakima'] },
+ // TK-5: full San Diego County (1.09M) via SANDAG — zoning + assessed value; was in engine but missing from rotation.
+ { name: 'parcels-sd-sandag', script: 'src/ingest/parcels/engine.ts', args: ['san-diego-sandag'], minIntervalHours: 2, runSources: ['san_diego_sandag'] },
+ // TK-5: Santa Clara County CA (San Jose, 493k) — situs address; was in engine but missing from rotation.
+ { name: 'parcels-sc', script: 'src/ingest/parcels/engine.ts', args: ['santa-clara'], minIntervalHours: 2, runSources: ['santa_clara'] },
];
/** hours since this job's freshest OK run across its runSources (∞ if never). */
← b435d6d TK-16: add CENTER_LAT/CENTER_LON to la-county adapter — fill
·
back to Nationalrealestate
·
TK-10139: broker-of-record history — append-only table + las cd763bf →