temporal
temporal copied to clipboard
Temporal service
The ListWorkflowExecutions is now working for basic visibility, so we probably should deprecate ListOpen/CloseWorkflowExecutions
**What changed?** - Allow "default values" passed to dynamic config to be lists of constrained values, as they would appear in a file. The default values are mixed with values...
**What changed?** - Emit currently defined metrics for multi cursor queue implementation so that existing dashboard won't be break. **Why?** **How did you test it?** **Potential risks** **Is hotfix candidate?**
**What changed?** - Take caller and call initiation into consideration when performing persistence rate limiting. - Caller is either `system` or user namespace name - Call initiation is only defined...
## Expected Behavior temporal can running as it was ## Actual Behavior temporal can't be called by service that used it ## Steps to Reproduce the Problem 1. temporal up...
We need to make sure this all works in cross-dc situations
**What changed?** Added support for ES8 and added integration test with ES8 to buildkite pipeline. **Why?** N/A **How did you test it?** Ran locally with ES8 and ran integration tests....
**Is your feature request related to a problem? Please describe.** If I delete the Elasticsearch index, and rebuild it with `make install-schema-es`, it doesn't add the existing search attributes to...
**Is your feature request related to a problem? Please describe.** Validate that request ID size does not exceed limit in business logic layer. Currently, the validation is done by DB:...