rates/backend
jtricerolph c924d793e8 Fix scheduled Newbook sync — await the coroutine instead of run_in_executor
run_fetch_current_rates is async; run_in_executor called it in a thread
and discarded the coroutine, so the daily scheduled sync silently did
nothing.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-05 14:09:40 +00:00
..
api Fix newbook_current_rates column names + rollback on failed date 2026-07-05 14:07:01 +00:00
jobs Fix newbook_current_rates column names + rollback on failed date 2026-07-05 14:07:01 +00:00
services Fix sites_list category field names — category_id/category_name, not site_category_* 2026-07-05 14:01:07 +00:00
auth.py Fix require_cap TypeError, rewrite /analysis/comparison, add room category sync 2026-07-05 13:47:10 +00:00
database.py Add Rate Monitor app — Booking.com + direct booking engine competitor rates 2026-07-05 12:06:30 +00:00
Dockerfile Add Rate Monitor app — Booking.com + direct booking engine competitor rates 2026-07-05 12:06:30 +00:00
main.py Add Rate Monitor app — Booking.com + direct booking engine competitor rates 2026-07-05 12:06:30 +00:00
migrate_direct_data.py Add Rate Monitor app — Booking.com + direct booking engine competitor rates 2026-07-05 12:06:30 +00:00
requirements.txt Add Rate Monitor app — Booking.com + direct booking engine competitor rates 2026-07-05 12:06:30 +00:00
scheduler.py Fix scheduled Newbook sync — await the coroutine instead of run_in_executor 2026-07-05 14:09:40 +00:00
schema.sql Fix newbook_current_rates column names + rollback on failed date 2026-07-05 14:07:01 +00:00