From 43071e43a0743ff8c7913bba7819952962124355 Mon Sep 17 00:00:00 2001 From: Valery Piashchynski Date: Mon, 25 Jan 2021 22:47:02 +0300 Subject: Initial commit of the Temporal plugins set --- .rr.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to '.rr.yaml') 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 -- cgit v1.2.3