Skip to content

Support conflict token retry loop for schedule updates #777

@chris-olszewski

Description

@chris-olszewski

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 temporalio/temporal#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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions