-
The 202-based polling pattern that Durable Functions supports (both for consuming external HTTP endpoints, and also for presenting the status of Durable Functions in progress) is at odds with the HTTP…
idg10 updated
3 years ago
-
## In what area(s)?
/area runtime
## Describe the feature
This is a design for addressing the issue in #6842
It is not a "new feature" in Dapr, but rather a new API for exposing an existin…
-
Ideas for implementing a temporal workflow for Zebra.
-
Details attached on the temporal forum support request - https://community.temporal.io/t/workflowreplayer-replayworkflowexecution-throwing-nondeterministicexception-when-reading-workflow-id-from-workf…
-
Implement extensible, per-grain log-based storage for grain *components* such that the state of each component can be implemented as a log-based, snapshotable state machine. Log entries for each compo…
-
After an async Signify operation is successfully accepted by KERIA, a long running operation is stored and the `oid` returned to the client.
The client can then use this `oid` to poll the status of…
-
In certain scenarios it would be interesting to react based on what a certain scaler is doing.
For example; when processing a Service Bus/RabbitMQ queue but the queue does not exist it would be nic…
-
Hi,
I hope you could point me in the right direction with this one...
I am getting intermittent/random errors such as this when execution orchestration. Error details are shown below:
`{
…
-
Currently the compiled programs are not async and hence are not efficient to serve using a python server. It would be useful to merge the PRs aiming to add async across the dspy library.
This coul…
-
(maybe this is a feature request?)
When creating a durable object with `.idFromName(name)`, I would expect `this.ctx.id.name` _inside_ a durable object. to reflect the same. The types imply that it…