fix(ingest): skip known KEV/FIRMS rows; CI skips unchanged images #31
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "feat/lean-ingest-ci-skip-unchanged"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
event_dedup.osint-dbis not pulled, rebuilt, or bounced unlessDockerfile.pgchanges (or workflow_dispatchrebuild_pg).Why
Pi CPU was pegged: KEV skip-duplicate loop + FIRMS 2-day global ON CONFLICT, and every merge rebuilt/pulled the DB image then
compose down'd Postgres.Test plan
PYTHONPATH=app pytest tests/test_fire_sources.py tests/test_new_sources.py tests/test_upstream_cache.py tests/test_event_ingest.py tests/test_fire_ingest.py— 31 passed, 2 skipped0published /1685 already known.pg=0unlessDockerfile.pgchanged;osint-dbshould stay up.Does not deploy until merged to
master.