David Reiss

Results 36 issues of David Reiss

* **Version**: 5.3.0 * **Platform**: Chrome 83.0.4103.116 (Official Build) (64-bit) on Linux Bookmarklets don't seem to work. Also, when I click on one, the dropdown doesn't go away as I...

bug

### What version of Chrome are you using? ### Google Chrome 83.0.4103.97 (Official Build) (64-bit) ### What version of Deluminate do you have installed? ### 0.7.7 ### What Operating System...

**What changed?** Prefix the workflow IDs of scheduler workflows with a constant string. **Why?** To avoid potential conflicts between user-chosen workflow IDs and schedule IDs, after we hide schedules from...

release/1.17.3

**What changed?** Task queue routing (choosing which matching node handles a particular task queue) currently depends on the task queue name only. This means two task queues in different namespaces,...

**What changed?** - Allow "default values" passed to dynamic config to be lists of constrained values, as they would appear in a file. The default values are mixed with values...

**What changed?** This fills in `HistorySizeBytes` and `SuggestContinueAsNew` on `WorkflowTaskStartedEventAttributes`, added in https://github.com/temporalio/api/pull/178. Setting as draft until I remove the `// QUESTION` comments. **Why?** So workflows can decide whether to...

I wrote some notes on serialization and rpcs. Linking them here to track related work: [Serialization and RPC in Blb](https://docs.google.com/document/d/1AOybzrN6abk9QCD3yVjF5-ZR_QFLvUGWJbAHPD1PHQM/edit?usp=sharing)

## What was changed Update to 1.18.2

## What changed? Add the ability for membership changes (joining and leaving rings) to be scheduled for a future time. For leaving, EvictSelf now accepts a time to make the...

## What changed? GetTaskQueueUserData returns a successful "no change" when the task queue is closing, instead of an Unavailable error. ## Why? 1. The caller will retry on both success...