Skip to content

Commit

Permalink
Optimize history shipping in PollForDecisionTask (cadence-workflow#136)
Browse files Browse the repository at this point in the history
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
Tamer Eldeeb authored Apr 18, 2017
1 parent c56b06e commit 2a31c8c
Show file tree
Hide file tree
Showing 21 changed files with 373 additions and 140 deletions.
40 changes: 0 additions & 40 deletions .gen/go/history/history.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 2a31c8c

Please sign in to comment.