Quinn Klassen

Results 107 issues of Quinn Klassen

https://github.com/temporalio/features/issues/388

enhancement

https://github.com/temporalio/features/issues/334

enhancement

To preserve history compatibility we introduced a couple update related flags `SDKFlagProtocolMessageCommand` `SDKPriorityUpdateHandling` that should be deprecated in the future since update is not GA and we don't need to...

enhancement

Data race observed in `VersionLoopWorkflow`, after the deadlock detector fired. `VersionLoopWorkflow` has no defer's or cancellation that are known issues. Likely suspect is this [PR](https://github.com/temporalio/sdk-go/commit/a059d880141b183ccf18c081caea66748747c296) https://github.com/temporalio/sdk-go/actions/runs/6227934624/job/16903653066 ``` 2023/09/18 21:09:04 ERROR...

potential-bug

**Is your feature request related to a problem? Please describe.** Sometimes users just want to get the payload from something without attempting any data conversion. **Describe the solution you'd like**...

enhancement

**Is your feature request related to a problem? Please describe.** When a worker is shutting down, if it has polled for tasks, but not started processing them it will drop...

enhancement

**Is your feature request related to a problem? Please describe.** Users want to wait till all their activities are complete before killing their workers. **Describe the solution you'd like** Add...

enhancement

## Expected Behavior Workflows that timeout from `TestWorkflowEnvironment.SetWorkflowRunTimeout` run `deferred` statements ## Actual Behavior Workflows that timeout from the real server do not run `defer` statements

potential-bug

## Expected Behavior Go SDK respects `EncodedFailureAttributes` capability and only encodes failures if the server supports it. ## Actual Behavior Go SDK ignores `EncodedFailureAttributes`.

potential-bug

## Expected Behavior Go to use the user provided data converter like other SDKs to encode memos when creating workflow and schedules. ## Actual Behavior https://github.com/temporalio/sdk-go/blob/0b0234f751a218e3d093e7261922dc6f9748387e/internal/internal_workflow_client.go#L1310-L1311 Go uses the default...

potential-bug