0.1.3b1
Pre-release
Pre-release
Pre-release 0.1.3b1
Bug Fix
Infinite pending-day lookback loop
After the lookback fix in 0.1.2, the integration kept re-fetching the same date range every cycle because the first day of some contracts has permanently fewer than 96 slots (EKZ only back-fills data within ~14 days). This caused last_import to be stuck indefinitely.
Fix: Incomplete days older than 14 days are now accepted as permanent and no longer trigger a lookback re-fetch. Only incomplete days within the last 14 days are scheduled for a re-check on the next polling cycle.