Chad Retz
Chad Retz
## Expected Behavior When a worker stops while an activity is running and that context is cancelled and bubbled out as an activity error, that activity attempt should be recorded...
**Describe the solution you'd like** Need to allow a dynamic query or update handler that is called when no other query or update handler is found. Its signature must accept...
**Describe the solution you'd like** This does not need to be interceptable any more than getting a workflow result does
**Is your feature request related to a problem? Please describe.** Today when stopping a worker, this error is logged to `WARN` (shown with Zap adapter): > 2022-11-14T08:20:43.634-0600 WARN harness/log.go:50 Failed...
**Describe the solution you'd like** The in-development cloud API wants to reuse the gRPC connection from the Go client to instantiate the gRPC API. This API is not yet stable...
**Describe the solution you'd like** Local activities need to be able to react to worker stop cancellation if they want. I have not investigated how hard this is to implement.
**Describe the solution you'd like** This is for the https://github.com/temporalio/api-go project but it doesn't accept issues. Today the payload visitor in https://pkg.go.dev/go.temporal.io/api/proxy visits sets of payloads as they are seen...
## Expected Behavior Since this rate limit is applied post-poll-pre-process, server timeouts apply while it is waiting. We even have a doc on this field saying users can set it...
## Expected Behavior Dev server should stop on Windows, but we foolishly used signals. We should make a `util_nonwindows.go` file with: ```go //go:build !windows package main import ( "os" "syscall"...
## Expected Behavior Should be able to call `OnActivity("string-name"` without having registered it first ## Actual Behavior We check whether it was registered first. There are activities defined in different...