react_on_rails_pro/docs/adr/0001-boot-seed-rolling-deploy-bundles.md
Status: accepted
When the production image is produced by promoting the staging image
(upstream: hichee-staging in Control Plane), a build-time pre-seed cannot know
production's live draining bundle: it runs in the staging pipeline against a
staging snapshot, and promotion happens later and is sometimes skipped. We
therefore have the node-renderer container pull the target environment's
actually-live bundle at boot (rake react_on_rails_pro:pre_seed_renderer_cache,
readiness-gated) as the correctness path, and keep the build-time seed as a
fallback floor.