Chad Retz

Results 577 issues of Chad Retz

**Describe the solution you'd like** Users need a workflow-local var that is scoped only to the current workflow when accessed via code. Rough sketch: * A user can have `var...

enhancement

## Expected Behavior When server gets > 4MB message, it returns `ResourceExhausted` error with something like: > grpc: received message larger than max (10248653 vs. 4194304) Which is retried by...

bug

**Describe the solution you'd like** See https://github.com/temporalio/features/issues/616

enhancement

**Describe the solution you'd like** See https://github.com/temporalio/features/issues/615

enhancement

## What was changed Added initial `temporal-workflowcheck` project. This is currently considered "beta". See the README for more about the project. TODO in the near future: * Turn the TODO...

**Is your feature request related to a problem? Please describe.** Tracing tags are not consistent across SDKs. **Describe the solution you'd like** Make tracing tags consistent across SDKs. **Additional context**...

enhancement

**Describe the solution you'd like** Today `io.temporal.internal.testservice.CommandVerifier.verifyCommand` is called on each command to make sure valid or a task failure occurs. Since this is not a task failure caused by...

enhancement
test server

### Describe the bug Upon upgrade of OTel at #907, there is a known issue where OTel errors are no longer logged. This is due to https://github.com/tokio-rs/tracing/issues/1656 which is preventing...

bug

### Describe the bug When testing Python, we had a test that ran a simple workflow and continually tried to get the `/metrics` Prometheus endpoint every 200ms for 10s trying...

bug

### Describe the bug When investigating https://github.com/temporalio/sdk-python/issues/775, it seems that setting `global_tags` on a `PrometheusExporterOptionsBuilder`, the tags are not present on most Prometheus metrics. It is available on `target_info` but...

bug