coinbase / temporal-ruby

Ruby SDK for Temporal
Apache License 2.0
238 stars 89 forks source link

Set system.forceSearchAttributesCacheRefreshOnRead to true for examples #242

Closed DeRauk closed 1 year ago

DeRauk commented 1 year ago

We have tests in CI that sometimes fails because the search attributes cache wasn't updated with the newly registered attributes. The setting added in this PR will force a cache refresh when reading search attributes.

See https://github.com/coinbase/temporal-ruby/pull/241 for more context.