-
https://github.com/dotnet/runtime/issues/34817 introduces DbException.IsTransient for .NET 5.0, database-agnostic transient error detection. Note that this is orthogonal to SqlClient's own resilient c…
roji updated
3 months ago
-
Fallback strategies
When creating a service it is important that we express not only when we are healthy, but also when we are not healthy. That allows users to proactively switch their own services …
-
**Description:**
The Asynchronous Retry design pattern is aimed at handling transient failures in a reliable and efficient manner. This pattern allows an application to retry an operation asynchronou…
-
## Tell us about the problem you're trying to solve
I need to configure a different retry strategy for several connections I have.
## Describe the solution you’d like
I want to be able to configu…
-
The `errorStrategy 'retry'` implicitly terminates the execution when a task exceeds the max number of allowed retries.
There are use cases in which the user wants to `ignore` of `finish` the workf…
-
### Platform Version
0.63.9
### What step the error happened?
During the Sync
### Relevant information
Configuring the stream Backoff Strategy in a custom source is not working (0.63.9), it alway…
-
Introduction
============
Datacube now supports network resources, particularly Cloud Optimized GeoTIFFs residing on S3 or other HTTP based storage systems. Network resources might experience inte…
-
I have several thousand runs in a project, and I'd like to download all their histories together. Manually looping over all the runs and querying their history with `run.history(...)` takes a very lon…
-
### Problem
Our workspace contains 46 cargo packages. (Because cargo insists that each crate must be a separate package, and we want to split up crates for code sanity and compilation time reasons…
-
Looking at the various integrations, some of them provide hints on how you should retry once you're rate-limited:
- [ ] [OpsGenie](https://docs.opsgenie.com/docs/api-rate-limiting#section-handling-…