Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Optimize history shipping in PollForDecisionTask (cadence-workflow#136)
This change optimizes the flow of the workflow execution history that is returned as part of the Decision Task. Right now this history flows from the history service (during RecordDecisionTaskStarted) to the matching engine and finally to the frontend where it is given to the poller. This changes the flow by having the frontend read the history directly from Cassandra before it hand out the task. Issue cadence-workflow#135
- Loading branch information