feat(extract): recheck every 30 min with 30-min window for accurate occupancy

Each slot is now rechecked once, at most 30 min before it starts.
Worst-case miss: a booking made 29 min before start.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Deeman
2026-02-25 09:39:30 +01:00
parent 5ba4cabcd8
commit d834bdc59a
2 changed files with 2 additions and 2 deletions

View File

@@ -29,5 +29,5 @@ depends_on = ["playtomic_tenants"]
[playtomic_recheck]
module = "padelnomics_extract.playtomic_availability"
entry = "main_recheck"
schedule = "0 6-23 * * *"
schedule = "0,30 6-23 * * *"
depends_on = ["playtomic_availability"]