We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 407043b commit acc1c86Copy full SHA for acc1c86
crates/sdk-core/src/replay/mod.rs
@@ -63,6 +63,7 @@ where
63
self.config.max_cached_workflows = 1;
64
self.config.workflow_task_poller_behavior = PollerBehavior::SimpleMaximum(1);
65
self.config.no_remote_activities = true;
66
+ self.config.skip_client_worker_set_check = true;
67
let historator = Historator::new(self.history_stream);
68
let post_activate = historator.get_post_activate_hook();
69
let shutdown_tok = historator.get_shutdown_setter();
0 commit comments