David Reiss

Results 64 comments of David Reiss

More detail: it's not that specific domain, what's happening is that it's using the tab in the first window, instead of the current window. (I currently have three chrome windows...

> I think we only need the values in WorkflowTaskStartedEventAttributes. Could you explain what is purpose of the values used in ExecutionInfo, and what the purpose of it in WorkflowTaskInfo....

In order to `AssertShardOwnership` you need to have the current `RangeID`, right? So this is only for shards that are already loaded?

I like that idea, I agree there's no reason to wait for one "wave" to finish before starting the next one. But also look at #3108, which will make `acquireShards`...

Thanks for your interest. More docs would certainly be useful, and I'll try to migrate some of our internal docs in the coming weeks. It would be helpful to know...

api change: https://github.com/temporalio/api/pull/219/

I hit this yesterday. It was happening reliably when using Nix 2.3.16 on the local side and Nix 2.4 on the remote side (both on aarch64). Downgrading the remote to...

FYI, this shouldn't be an issue any more after server 1.18 (soon to be released). The current cluster `rpcAddress` will be ignored and it'll use only either `publicClient.hostPort` or the...

This seems like a pretty big missing feature. I want to use a managed route to let one node on my zt network act as a gateway for other zt...

Actually this replay test is not effective here since it doesn't exercise the bug. I'll remove it and try to create one that does, but we can review and merge...