Skip to content

Commit acc1c86

Browse files
chore: enable skip_client_worker_set_check in init_replay_worker (#1044)
1 parent 407043b commit acc1c86

File tree

1 file changed

+1
-0
lines changed
  • crates/sdk-core/src/replay

1 file changed

+1
-0
lines changed

crates/sdk-core/src/replay/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ where
6363
self.config.max_cached_workflows = 1;
6464
self.config.workflow_task_poller_behavior = PollerBehavior::SimpleMaximum(1);
6565
self.config.no_remote_activities = true;
66+
self.config.skip_client_worker_set_check = true;
6667
let historator = Historator::new(self.history_stream);
6768
let post_activate = historator.get_post_activate_hook();
6869
let shutdown_tok = historator.get_shutdown_setter();

0 commit comments

Comments
 (0)