temporalio / cli

Command-line interface for running Temporal Server and interacting with Workflows, Activities, Namespaces, and other parts of Temporal
https://docs.temporal.io/cli
MIT License
247 stars 34 forks source link

[Feature Request] Set higher `frontend.persistenceMaxQPS` default for dev server #621

Closed cretz closed 1 month ago

cretz commented 1 month ago

Describe the solution you'd like

In 0.11 when we disabled search attribute cache (system.forceSearchAttributesCacheRefreshOnRead=true) and overrode QPS (frontend.persistenceMaxQPS=10000). When we re-disabled SA cache in 0.13.1 in #593, we did not re-override that max QPS setting and users are now hitting it. We should set it as it was in 0.11.

yiminc commented 1 month ago

may need to bump history.persistenceMaxQPS as well if it is not already higher.