-
`execute()` is broadcasting transactions from current txbuffer, while `retry_action()` clears txbuffer on retry.
```
Traceback (most recent call last):
File "/home/vvk/devel/DEXBot-prod/dexbot/…
-
The OTLP exporter specification lacks clarity with regards to its retry strategy. I have reviewed a number of implementations across languages as well as the collector. From what I have seen, implemen…
-
**Is your feature request related to a problem? Please describe.**
Sometimes it may be necessary to define an execution date or a delay (in the case of Redis) for executing a job, for example we can …
-
**Describe the bug**
While performing a `com.azure.storage.file.datalake.DataLakeFileClient.renameWithResponse` call the operation sometimes fails without being able to trace its cause.
FYI The st…
-
### Type of issue
Missing information
### Description
As example is shown for using the `verifySucceeded` to check if the transaction was successful.
```csharp
using var db = new Blogging…
-
# Description
Links are inserted when should be updated cause of frequest motion events. Motion events handler tries to find existing motion links in the container
If found: update
If not found: in…
-
It seems that `Microsoft.Extensions.Http.Resilience` replaces the older `Microsoft.Extensions.Http.Polly` extensions.
One thing I noticed is that the newer package lost the functionality to filter …
-
Currently, many actions that trigger subsequent actions define these automations within the preceding action. This pattern sometimes breaks the feature isolations, and make automation management sprea…
-
workload modules may want to benchmark different retry strategies if an MVCC Read Conflict is received. These are reported as errors and so they may want to not report those as failures (which would r…
-
It would be nice if retry policies could be specified. Currently it's up to each provider to come up with it's own way of handling retries. There are some scenarios that could be handled better if the…