File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -16,9 +16,7 @@ Scenarios currently implemented include
1616* List Investments - shows a list of accounts and their current balances
1717* Close Investment Account - closes an investment account
1818
19- There are two ways to run through the scenarios with the Temporal version
20- * Using a [ Web Application] ( src/frontend/README.md ) or
21- * Using a [ Console Application] ( src/temporal_supervisor/README.md )
19+ You can run through the scenarios with the Temporal version using a [ Web Application] ( src/frontend/README.md ) or
2220
2321## Prerequisites
2422
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ In a new terminal / shell run the following command:
5959redis-server
6060```
6161
62- By default it expects to find Redis running locally. You can override the location of redis
62+ By default, the application expects to find Redis running locally. You can override the location of redis
6363by setting the environment variables:
6464
6565``` bash
@@ -98,6 +98,9 @@ redis-server
9898Note that the application assumes you only have one Redis server that is used by the application for storing the
9999conversation history and is also used if Claim Check has been enabled.
100100
101+ Be aware that using a claim check pattern introduces performance costs by doing remote calls to Redis for every payload.
102+ Also, make sure your Redis implementation is rock solid as any downtime will directly affect your workflows.
103+
101104## Run Codec Server for Claim Check (optional)
102105If you have decided to set up the Claim Check above, you will
103106most likely want to also run a Codec Server to be able to see the actual sent to
You can’t perform that action at this time.
0 commit comments