-
**Describe the bug**
Sometimes, video backend did not finish to generate videos before to send the URL. So URL content download crashes.
**To Reproduce**
Sometimes, the URL of videocrafter does n…
-
## Summary
Extend the API of `EventSource` to specify what to do in the event of a `ConnectionError`.
## Motivation
The primary advantage of Server Sent Events (SSE) is that the browser manag…
huntc updated
12 months ago
-
### Verification
- [X] I understand that [if I ignore these instructions, my issue may be closed without review](https://github.com/Homebrew/homebrew-cask/blob/master/doc/faq/closing_issues_without_r…
-
Is it possible to retry another github action? For example, if my workflow uses the following to install a JDK:
```
- name: Retry Set up JDK if failed
uses: actions/setup-java@v4
…
-
Similar to what we're doing in the go-teams-notify project, allow user-specified number of retries using a user-specified delay between retry attempts.
It will be important to get the default value…
-
We've noticed that [this retry backoff](http://github.com/pulumi/pulumi-aws-native/blob/c8fe610db0c34d86426d262c23fdc32b33aa8bed/provider/pkg/provider/provider.go#L1136-L1136) doesn't actually seem to…
-
Is there any option to retry a replication stream if it fails? I'm working in an environment with flaky connectivity issues (Oracle Cloud DB) that somewhat randomly ends the connection. E.g. 5 out of …
ataft updated
7 months ago
-
Hi,
I'd like to retry if the returned object meets a condition.
Example:
```dart
final response = await retry(
// Make a GET request
() => http.get('https://google.com'),…
-
### 👓 What did you see?
Ctrl+C sends INT which sets `wants_to_quit`. But, rather than exiting as soon as possible, cucumber will continue to retry.
Further, when `--retry` is combined with `--fai…
-
# Feature Request
**Is your feature request related to a problem?**
Transient server errors results in complete data loss.
**Describe the solution you'd like:**
Prevent the data loss by te…