Accommodation Primary And Fallback Status
Current primary runtime
Active primary accommodation runtime:
Canonical dev/live target currently in use:
http://localhost:4022
Primary runtime role:
- owns the active accommodation route host behind the gateway seam
- serves the post-cutover read, quote, owner-read, booking-read, and mutation paths that were verified in Sprint 61 and Sprint 62
Current fallback runtime
There is no active accommodation fallback runtime anymore.
Retired legacy host:
- the old accommodation route host inside
svc-tenders
Current implication:
- rollback is no longer an env flip back to a legacy accommodation host
svc-accommodationsis now the sole supported accommodation runtime
Current gateway seam
Gateway target contract:
ACCOMMODATIONS_SERVICE_URL ?? TENDERS_SERVICE_URL ?? "http://localhost:4020"
Gateway seam owner:
Current live env setting:
services/api/.envsetsACCOMMODATIONS_SERVICE_URL=http://localhost:4022
Rollback method
The old env-flip rollback path is closed.
If accommodation traffic must be rerouted later, that now requires a new runtime target rather than falling back to the retired svc-tenders accommodation host.
Notes
svc-accommodationsis now the canonical runtime for active accommodation traffic.svc-tendersis no longer an accommodation route host.- The old fallback host has been retired.
- Compatibility residue still exists in
services/svc-tenders/src/accommodation/compatibilityReadRepository.tsandservices/svc-tenders/src/repository.ts. - Shared gateway and auth contracts still remain shared on purpose.