-
Hi everyone,
I’ve been working on configuring the retry behavior for AWS SDK clients in Quarkus applications, and I noticed there’s no built-in way to define retry policies (e.g., RetryMode or max…
-
This is not about _reconnecting_ automatically (which `grapesy` supports), but about retrying the actual RPC call.
References:
* https://github.com/grpc/proposal/blob/master/A6-client-retries.md…
edsko updated
1 month ago
-
The `BulkProcessor` in the High Level Rest Client (HLRC) has two kinds of retries:
- re-sending a request if the ES server replied with a 429 (too many requests)
- when a bulk response has failed it…
-
**Is your feature request related to a problem? Please describe.**
Implement custom retry policies for workflows
https://docs.dapr.io/developing-applications/building-blocks/workflow/workflow-feat…
-
### The Feature
Support retry policies when calling completion() / text_completion() without requiring Router. Example:
```
import litellm
from litellm import RetryPolicy
retry_policy = Ret…
-
Hi Guys,
Saw this on hanselman blog. freaking awesome lib.
I don't see anything in the docs like a retrycount where the httpclient can retry the request on timeout .
==> "http://localhost:70…
Pinox updated
5 months ago
-
### Describe the bug
The issue arises when I create a VM in Tenant 1 using an IMAGE from Tenant 2.
Afterward, I cannot update the VM's DISK via Azure CLI due to a permission error. It seems that az d…
-
## In what area(s)?
/area runtime - dotnet
## What version of Dapr?
1.14.1
## Expected Behavior
Circuit breaker when open waits for interval configured in retry period as configured i…
-
### What are you wanting to achieve?
I have a common `HttpClient` that is used or sending multiple requests like GET, POST, PUT etc. I am trying to configure different retry behavior for GET versus P…
-
The current retry mechanism only supports a single retry policy for a successful/erroneous result of a given operation, which can only be customized by providing a `ResultPolicy` that allows for re-de…
rucek updated
4 months ago