diff options
author | Valery Piashchynski <[email protected]> | 2021-01-25 22:47:02 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2021-01-25 22:47:02 +0300 |
commit | 43071e43a0743ff8c7913bba7819952962124355 (patch) | |
tree | e3b61113d3c0d28f972c71592af8b2f708994167 /.rr.yaml | |
parent | 5fd1168c687040ca7d72f4727ee1aec753d3f258 (diff) |
Initial commit of the Temporal plugins set
Diffstat (limited to '.rr.yaml')
-rwxr-xr-x | .rr.yaml | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 |