summaryrefslogtreecommitdiff
path: root/.rr.yaml
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2021-01-25 22:47:02 +0300
committerValery Piashchynski <[email protected]>2021-01-25 22:47:02 +0300
commit43071e43a0743ff8c7913bba7819952962124355 (patch)
treee3b61113d3c0d28f972c71592af8b2f708994167 /.rr.yaml
parent5fd1168c687040ca7d72f4727ee1aec753d3f258 (diff)
Initial commit of the Temporal plugins set
Diffstat (limited to '.rr.yaml')
-rwxr-xr-x.rr.yaml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.rr.yaml b/.rr.yaml
index 06e452ce..1c1a0af2 100755
--- a/.rr.yaml
+++ b/.rr.yaml
@@ -15,6 +15,14 @@ logs:
mode: development
level: error
+# Workflow and activity mesh service
+temporal:
+ address: localhost:7233
+ activities:
+ num_workers: 4
+ codec: json
+ debug_level: 2
+
http:
# host and port separated by semicolon
address: 127.0.0.1:44933