fix zoopla bug

This commit is contained in:
Andras Schmelczer 2026-03-24 22:30:49 +00:00
parent 96dfdd7491
commit 1dfa0e0009
4 changed files with 215 additions and 4 deletions

View file

@ -10,6 +10,7 @@ MAX_RETRIES = 3
RETRY_BASE_DELAY = 2.0
GRID_CELL_SIZE = 0.01 # degrees for postcode spatial index
SEED = 42
CHECKPOINT_INTERVAL = int(os.environ.get("CHECKPOINT_INTERVAL", "900")) # seconds
# Schedule: hour of day (UTC) to auto-run scrape. Set to -1 to disable.
SCHEDULE_HOUR = int(os.environ.get("SCHEDULE_HOUR", "3"))