-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Workflow replayer support #204
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Per what James mentioned in Slack, looks like the lang_fail eviction reason is coming across as expected in TS, so maybe something else is going on here.
@@ -62,6 +62,7 @@ until the SDK is marked stable. | |||
- [Activity Worker Shutdown](#activity-worker-shutdown) | |||
- [Activity Concurrency and Executors](#activity-concurrency-and-executors) | |||
- [Activity Testing](#activity-testing) | |||
- [Ractors](#ractors) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
??
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I forgot to auto-generate this TOC entry when I made this section last
# TODO(cretz): Unset this | ||
@running = true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Todo can be removed
Is that on replaying a history after task fail (but of course while still failing)? I have a test here at |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works for me, we might need to make an adjustment or two if anything needs to change in Core pending the discussion we had
What was changed
Temporalio::Worker::WorkflowReplayer
MultiRunner
Temporalio::WorkflowHistory
Checklist