-
The API crashes about every 5 minutes when using the code below.
```python
def turn(board, symbol):
# some code
return x, y
api = BOAIapi(turn, verbose=1)
while True:
api.handle_ava…
-
### Steps to Reproduce
1. Run Prowler as per the instructions here https://github.com/prowler-cloud/prowler/tree/master/contrib/aws/multi-account-securityhub.
### Expected behavior
Prowler s…
-
### Description
a few things up front since I've found a few related issues, including one that's almost certainly an exact duplicate however the advice there doesn't seem like an exact match to my c…
-
-
### Describe the bug
When you use the `--retry=n` flag (where `n > 0`), inline snapshots that succeeded on the first try fail on the retries with `toMatchInlineSnapshot cannot be called multiple ti…
-
### Describe the bug
Let's consider this task:
```py
@task(timeout=timedelta(seconds=120), retries=10)
def foo():
from time import sleep
sleep(3600)
```
I'm seeing two attempts:
…
-
When I execute
`model = GPT4All("Meta-Llama-3-8B-Instruct.Q4_0.gguf")` as instructed in the README,
I get the following error
```
urllib3.exceptions.SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] cert…
-
## Description
We see issues for SharepointSubmissionJob. A few of these have to do with server availability. I think it would be good to spread out the requests so that we can try at a later time.
…
-
https://lbryians.slack.com/archives/CACSTN9SL/p1564664667305700
Should this say 0? From other things I read, it should have a value of 10.
-
#### What are you trying to achieve?
Dynamic configs applied to retries as well
#### What do you get instead?
Dynamic configs are ignored for retries after a test fails
```js
Feature('tes…