service · inferred from evidence
temporal-sys-history-scanner-workflow
A specific workflow in Temporal that failed to start due to a context deadline error.
- context deadline exceeded in worker log when starting a workflow after upgrading to 1.19.0
Root cause: the ringpop service-discovery startup timeout was too short in 1.19.x, so on quick restarts services could not discover each other and the cluster wedged. Fixed upstream in PR #3911; upgrade to a 1.19.x release containing it. Wo