fix zoopla bug
This commit is contained in:
parent
96dfdd7491
commit
1dfa0e0009
4 changed files with 215 additions and 4 deletions
|
|
@ -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"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue