Files
flights_web/.gitea/workflows
gnezim 3c6fa81d33 ci: pre-warm dictionary cache + give /api/dictionary 6h TTL
Adds a workflow step that fetches the four dictionary endpoints
(world_regions, countries, cities, airports — see api.ts) before
playwright runs. With the longer 6h TTL on /api/dictionary, every
e2e spec hits cache for the same 4 URLs that drive most of the
data-driven tests (breadcrumb city names, etc).

2s sleeps between warm-up calls keep the cold-cache pass under the
WAF rate-limit window.
2026-04-27 17:26:27 +03:00
..