-
Currently, clients do not have a good way to distinguish retryable errors and implement custom retry strategies. Sometimes this causes infinite retries like here: https://github.com/googleads/google-a…
-
**What are you trying to achieve?**
I am trying to define exporter retry config in file-based configuration: https://github.com/open-telemetry/opentelemetry-configuration/pull/97
[The spec](http…
-
Currently ews-java-api creates HTTPClient internally. It would be convenient to set a custom HTTPClient. It will bring following benefits:
- Setting custom Retry Strategies
- Setting custom Intercepto…
ghost updated
6 years ago
-
### Increasing Access
Add error messages and recovery options if minting fails or encounters issues.
This task involves identifying potential issues that could occur during the minting process, im…
-
MicroProfile Fault Tolerance allows users to easily apply strategies for mitigating failures in their code. It provides annotations which you can add to methods to use bulkhead, circuit breake…
-
**Is your feature request related to a problem? Please describe.**
Currently, the `SankhyaWrapper` does not handle transient faults effectively, which can lead to failures during API calls. To enha…
-
**Expected Behaviour**
When launching a container with a port bound to localhost, the wait strategy should work.
**Actual Behaviour**
The `HostPortWaitStrategy` fails to recognize the open po…
-
**Is your feature request related to a problem? Please describe.**
In actual use, if it still fails after a certain number of retries, put it in a dead letter. At present, if the dead letter queue is…
-
**Question**
Has anyone ever used Baidu Qianfan's model? I have encountered problems when using langchain call, I hope someone can help me.
**Code Examples**
from langchain_community.chat_models …
-
In order to add proper retries to the sdk, we can try to implement retry middlewares with different retry strategies. prefrably make a PR per middleware to keep focus on each case.
create minimum…