Skip to content

Commit

Permalink
Add a dynamic config for the examples docker container and set system…
Browse files Browse the repository at this point in the history
….forceSearchAttributesCacheRefreshOnRead to true (#242)

Co-authored-by: DeRauk Gibble <derauk.gibble@coinbase.com>
  • Loading branch information
DeRauk and DeRauk committed May 5, 2023
1 parent 146cfed commit d972473
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ services:
- "7233:7233"
environment:
- "CASSANDRA_SEEDS=cassandra"
- "DYNAMIC_CONFIG_FILE_PATH=/etc/temporal/config/dynamicconfig/temporal-ruby.yaml"
volumes:
- ./dynamic-config.yml:/etc/temporal/config/dynamicconfig/temporal-ruby.yaml
depends_on:
- cassandra

Expand Down
2 changes: 2 additions & 0 deletions examples/dynamic-config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
system.forceSearchAttributesCacheRefreshOnRead:
- value: true

0 comments on commit d972473

Please sign in to comment.