temporalio / temporalio/features

Support conflict token retry loop for schedule updates

Open
#777 1 comment 0 reactions 1 assignee View on GitHub

@Sushisource is already working on this.

Since Jul 6, 2026.

enhancement
Dominant language
Go
Stars
32
Forks
28
Avg merge
1d 9h
Merged PRs (30d)
7

Description

Is your feature request related to a problem? Please describe.

No SDK passes or retries on the conflict token for schedule updates. The server returns FailedPrecondition("mismatched conflict token") as of https://github.com/temporalio/temporal/pull/8474.

Describe the solution you'd like

SDKs should:

  1. Pass the conflict token from DescribeSchedule in UpdateSchedule requests
  2. Retry the describe-modify-update loop on FailedPrecondition with "mismatched conflict token"
Additional context
Per-SDK Tickets

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.