cadence
cadence copied to clipboard
Cadence is a distributed, scalable, durable, and highly available orchestration engine to execute asynchronous long-running business logic in a scalable and resilient way.
**What changed?** Added code to track the size of response returned by `GetReplicationMessages` in history handler. If it reaches max grpc response size, skip responses from individual shards and return...
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] Currently, adding a custom...
**Version of Cadence server, and client(which language)** This is very important to root cause bugs. - Server version: ubercadence/server:0.19.1 - Client language: Go **Describe the bug** Cadence server is not...
- Fix render_test when running locally - tests can't depend on dev's local timezone. - Add test flags that are used to skip tests that have external dependencies. -- Plumb...
**Version of Cadence server, and client(which language)** all version **Describe the bug** If a workflow that have pending children workflows be terminated, will never be resettable now. And in this...
**What changed?** error message improvements: The error message is being swallowed when trying to launch to a domain that isn't present. **Why?** **How did you test it?** **Potential risks** **Release...
Cadence need to improve the debuggability for customer, especially for non-compatible code change.
**Version of Cadence server, and client(which language)** This is very important to root cause bugs. - Server version: 0.23.1 - Client version: - Client langauge: **Describe the bug** common/constants.go ```...
I know cadence will reattempt to complete a failed workflow. But, I saw a case where a reattempt was made before even the first execution was completed? Anyone observed the...
**Is your feature request related to a problem? Please describe.** I'd like to be able to debug cadence's space usage by breaking down the size of history events by workflow...