Skip to content

Commit 602fd42

Browse files
Update temporalio/worker/_plugin.py
Co-authored-by: Spencer Judge <[email protected]>
1 parent 8e2c7ad commit 602fd42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

temporalio/worker/_plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def configure_replayer(self, config: ReplayerConfig) -> ReplayerConfig:
8282
"""Hook called when creating a replayer to allow modification of configuration.
8383
8484
This should be used to configure anything in ReplayerConfig needed to make execution match
85-
the original. This could include interceptors, DataConverter, workflows, and more.
85+
the worker and client config. This could include interceptors, DataConverter, workflows, and more.
8686
8787
Args:
8888
config: The replayer configuration dictionary to potentially modify.

0 commit comments

Comments
 (0)