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
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:
Pass the conflict token from DescribeSchedule in UpdateSchedule requests
Retry the describe-modify-update loop on FailedPrecondition with "mismatched conflict token"
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:
Additional context
Per-SDK Tickets