-
What do you think about this syntax?
```py
class ClientWithConfigurableRetryPolicy(Client):
def __init__(self, max_retries: int = 3):
self._max_retries = max_retries
def _retr…
-
Since we are breaking TCP streams, we may want to emulate TCP's ability to request a packet that never arrived to be resent. We may want one timeout for triggering the resend request and another to j…
-
**What would you like to be added**:
**Why is this needed**:
In order to account for errors with a ProvisioningRequest.
Note: with https://github.com/kubernetes-sigs/kueue/pull/1351 merg…
-
https://github.com/scylladb/scylla-ansible-roles/blob/cb6a054b2649f7228ed8c35e8b257dce8fc24e30/example-playbooks/rolling_ops/rolling_custom_build_install.yml#L118
```
- name: Send a SIGKILL to Sc…
-
![image](https://github.com/user-attachments/assets/30ad288c-bcea-42af-9a04-43f757bf95f4)
as shown in the image
I have followed the instruction and successfully train the rasa model and actived the …
-
how can i check and fix this valueError and TimeoutError?
Evaluating: 77% 476/616 [09:54
-
A test failed on a tracked branch
```
Error: expect(received).toBeGreaterThanOrEqual(expected)
Expected: >= 60
Received: 59.91711199999918
at Object.toBeGreaterThanOrEqual (/opt/buildkite-age…
-
### ⚠️ Please verify that this question has NOT been raised before.
- [X] I checked and didn't find similar issue
### 🛡️ Security Policy
- [X] I agree to have read this project [Security Policy](ht…
-
-
ATM we're configuring the retries only internal in glide-core but we don't expose this config to users