[infra] local docker-compose missing Temporal — workspaces lose durable workflow state #153
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What
Every local workspace logs at boot:
Per CLAUDE.md, Temporal at :7233/:8233 is part of the local infra stack (
docker-compose.infra.yml).docker psshows only platform/canvas/postgres/redis — Temporal is NOT running.Why it matters
workspace/builtin_tools/temporal_workflow.pylose durabilityRepro
Fix shape
./infra/scripts/setup.shshould bring up Temporal. Either it's not being run, or the setup script doesn't include Temporal anymore. Check whether docker-compose.infra.yml still declares the temporal service.Severity
LOW — workspace works without Temporal; only durable-state features degrade
Tier
tier:low