refactor: production-essentials hardening pass
Build and Deploy / Lint, typecheck, test (push) Successful in 30s
Build and Deploy / Build & Push (push) Successful in 1m39s

Backend: structured logger, env-validated config, graceful SIGTERM/SIGINT
shutdown, per-IP rate limiter, per-tier scheduler concurrency latch, error
context on previously-silent catches, compiled-JS Dockerfile stage.

Frontend: lib/api.ts consolidates BACKEND_URL with lazy production-required
check, root + per-segment error.tsx / not-found.tsx / loading.tsx,
generateMetadata on park and ride pages, graceful fallback when backend is
unreachable, Plausible script gated on env vars.

Infra: CI runs lint + typecheck + tests on both packages before docker build,
compose adds healthchecks, log rotation, and memory limits; .env.example
documents every variable.

Cleanup: removed empty app/api/parks/ dir and 0-byte root parks.db, moved
wait-times-urls.txt into docs/, dropped an `as any` cast.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
2026-05-30 10:17:52 -04:00
parent 6447db3008
commit 5d9daee627
30 changed files with 860 additions and 126 deletions
+30
View File
@@ -0,0 +1,30 @@
Six Flags / Cedar Fair live wait-times endpoints
Pattern: https://d18car1k0ff81h.cloudfront.net/wait-times/park/{apiId}
# Six Flags branded parks
Six Flags Great Adventure https://d18car1k0ff81h.cloudfront.net/wait-times/park/905
Six Flags Magic Mountain https://d18car1k0ff81h.cloudfront.net/wait-times/park/906
Six Flags Great America https://d18car1k0ff81h.cloudfront.net/wait-times/park/910
Six Flags Over Georgia https://d18car1k0ff81h.cloudfront.net/wait-times/park/902
Six Flags Over Texas https://d18car1k0ff81h.cloudfront.net/wait-times/park/901
Six Flags St. Louis https://d18car1k0ff81h.cloudfront.net/wait-times/park/903
Six Flags Fiesta Texas https://d18car1k0ff81h.cloudfront.net/wait-times/park/914
Six Flags New England https://d18car1k0ff81h.cloudfront.net/wait-times/park/935
Six Flags Discovery Kingdom https://d18car1k0ff81h.cloudfront.net/wait-times/park/936
Six Flags Mexico https://d18car1k0ff81h.cloudfront.net/wait-times/park/960
Six Flags Great Escape https://d18car1k0ff81h.cloudfront.net/wait-times/park/924
Six Flags Darien Lake https://d18car1k0ff81h.cloudfront.net/wait-times/park/945
# Former Cedar Fair theme parks
Cedar Point https://d18car1k0ff81h.cloudfront.net/wait-times/park/1
Knott's Berry Farm https://d18car1k0ff81h.cloudfront.net/wait-times/park/4
Canada's Wonderland https://d18car1k0ff81h.cloudfront.net/wait-times/park/40
Carowinds https://d18car1k0ff81h.cloudfront.net/wait-times/park/30
Kings Dominion https://d18car1k0ff81h.cloudfront.net/wait-times/park/25
Kings Island https://d18car1k0ff81h.cloudfront.net/wait-times/park/20
Valleyfair https://d18car1k0ff81h.cloudfront.net/wait-times/park/14
Worlds of Fun https://d18car1k0ff81h.cloudfront.net/wait-times/park/6
Michigan's Adventure https://d18car1k0ff81h.cloudfront.net/wait-times/park/12
Dorney Park https://d18car1k0ff81h.cloudfront.net/wait-times/park/8
California's Great America https://d18car1k0ff81h.cloudfront.net/wait-times/park/35
Frontier City https://d18car1k0ff81h.cloudfront.net/wait-times/park/943