Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add scaffolding for CompleteStartedTask implementation in matching
What changed? Added scaffolding for the new IDL CompleteStartedTask implementation in matching. This endpoint will be called by the history service in order to complete a task in matching after it has been replicated in history. Why? This will allow cadence to actively delete stale tasks from matching on the passive side as these tasks are processed on the active side and replicated, avoiding the large passive side partitions and reducing task processing latency after a failover How did you test it? This implements only the scaffolding. No logic present. Potential risks Release notes Documentation Changes
- Loading branch information