forecasting/backend
jtricerolph 1612468122 Bookability: run date refresh synchronously, update timestamp immediately
Backend now awaits the refresh in a thread executor instead of queuing a
background task, so the response returns only after data is written. Frontend
drops the 3s setTimeout and invalidates the cache immediately on success.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-07-05 10:08:20 +00:00
..
api Bookability: run date refresh synchronously, update timestamp immediately 2026-07-05 10:08:20 +00:00
jobs NewBook credentials from central Settings service 2026-07-04 19:36:41 +00:00
services NewBook credentials from central Settings service 2026-07-04 19:36:41 +00:00
utils Forecasting app: hybrid port to HNF stack 2026-07-04 18:49:34 +00:00
auth.py fix: restore app-local API key functions in auth.py 2026-07-04 19:11:00 +00:00
database.py Forecasting app: hybrid port to HNF stack 2026-07-04 18:49:34 +00:00
Dockerfile Forecasting app: hybrid port to HNF stack 2026-07-04 18:49:34 +00:00
main.py Fix schema init: use psycopg2 directly to bypass SQLAlchemy param parsing 2026-07-05 09:18:37 +00:00
requirements.txt Forecasting app: hybrid port to HNF stack 2026-07-04 18:49:34 +00:00
scheduler.py Forecasting app: hybrid port to HNF stack 2026-07-04 18:49:34 +00:00
schema.sql Fix schema: add missing tables and correct forecast_snapshots structure 2026-07-05 09:28:52 +00:00