You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Container images start via the flagsmith entrypoint, with run-docker.sh reduced to a thin shim, without breaking existing ECS task definitions or compose files.
Migrations run once per deploy — the task processor no longer migrates on each task start.
Replace
run-docker.shwith theflagsmithCLI entrypoint.Acceptance criteria
flagsmith-commonrelease that ships Replace Core'srun-docker.shflagsmith-common#239 is pulled in.flagsmithentrypoint, withrun-docker.shreduced to a thin shim, without breaking existing ECS task definitions or compose files.startPeriodraised in fix(infra): Task processor tasks killed during startup by health check #7887 is reverted.run-docker.shand its startup verbs (docker-compose files, Dockerfile) are updated.