-
**What would you like to be added**:
A new field `retry` needs to be added to `GRPCRouteRule` which allows specifying the retry policy for a gRPC endpoint https://grpc.io/docs/guides/retry/
**Why …
-
This is a replacement for PR https://github.com/nucypher/nucypher/pull/3412
The general idea of this issue, is to query 3rd party APIs (like etherscan, polygonscan, etc.) to improve the efficiency,…
-
If SqlBulkCopy encounters any kind of exception as it inserts rows into a table, it fails the entire job.
In some scenarios, certain errors might be appropriate to retry - for instance, a deadlock…
-
For my representation model
```python
bertopic.representation.OpenAI(
model="gpt-35-turbo",
chat=True,
#delay_in_seconds=1,
generator_kwargs = {"engine": "gpt-…
-
### What are you wanting to achieve?
In this [Good Retry, Bad Retry: An Incident Story](https://medium.com/yandex/good-retry-bad-retry-an-incident-story-648072d3cee6) the strategy of "Retry budget" i…
-
### Feature Proposal Description
## Background
It seems Fiber is often used in micro-service architecture, the concern is network convergence in micro-service architecture.
The current Fiber prox…
lkeix updated
3 hours ago
-
### Make sure you are using the *latest* version: run `youtube-dl --version` and ensure your version is *2018.10.29*. If it's not, read [this FAQ entry](https://github.com/rg3/youtube-dl/blob/master/R…
-
#### Environment details
- Python version: 3.11.10
- pip version: 24.2
- `google-cloud-storage` version: 2.18.2
#### Description
For resumable media calls in cloud storage (ex: [downlo…
-
Do we need to build out a few retry strategies? (exponential decay, custom => function() {}, etc)?
-
## Use Case
[Run Retry](https://docs.dagster.io/deployment/run-retries) supports two options: "all steps" and "from failure". Consider an option to control exactly where a retry should start from. so…