-
I met an issue with the command to create queues. I have two vhosts in my application : / and /module. Then I made the configuration file with these two vhosts, here a sample :
```yaml
/:
excha…
-
### Scenario
Suppose the following occurs:
1. Single orchestration instance executes 100+ durable operations in parallel (100 is the table storage entity group transaction limit) - e.g. 100 parallel…
-
Due the addressing changes the test queue and the test address needs to be pre-created (#27 ). However when this is done the durable tests can't finish it's execution and the test suite is blocked.
…
-
Execution of the code below hangs. When nowait parameter is set to false it returns immediately.
I believe it also affects all API's with nowait parameter.
```
let mut ses = Session::open_url(url…
-
I know that durable entities, like the rest of the durable extension, use event sourcing behind the scenes to manage state and resume execution. As far as I know, one of the main advantages of event…
-
### Description
> A clear and concise description of what the bug is. Please make an effort to fill in all the sections below; the information will help us investigate your issue.
> NOTE: JavaScri…
-
It seems that a transaction using the `+` append annotation will fail when a map is supplied. For reference, I'm using Asami `2.2.1` and Clojure `1.10.3.855`.
```clojure
(def conn (d/connect "asami:…
-
When attempting to rewind an orchestration that waits on an external event, instead of creating a timer based on the current time, it uses the timestamp from the original orchestration execution. This…
-
### Description
Azure Function runtime and Durable SDK seem to be emitting two different Request and Dependency telemetries for a given Orchestrator +activity execution.
### Expected behavior
f…
-
### Description
My python durable function runs for varying amount of time (sometimes a few hours, sometimes a few days), but always exits before its done with the error ```Non-Deterministic workflow…