Chris White
Chris White
I think it would be best if you could open a new issue with a reproducible example for us to work from @yesheneve - thank you!
The core problem here appears to be that we are persisting (and therefore serializing) exceptions; in general I don't like this and don't think it's necessary - I'll look at...
Ha, looks like someone has raised this issue with tenacity already: https://github.com/jd/tenacity/issues/429
My guess is that this was an issue with `load` returning an awaitable instead of a block. Closing.
@taylor-curran gotcha, sorry I totally glossed over that setting - will update the docs accordingly and let you know when it's done!
I'll take this up today or tomorrow 🫡
Awesome, will definitely cover that!
CTRL-C does interrupt this script now and correctly sets the run to `CRASHED` - closing as resolved.
We now depend [exclusively on `pendulum >= 3.0.0`](https://github.com/PrefectHQ/prefect/blob/2e72bacdae444ac4c194efa9b32b9080666f3ef0/requirements-client.txt#L20). Closing as resolved.
Specifically on versions of python 3.12 and above [we support `pendulum>=3.0.0` on 2.x.](https://github.com/PrefectHQ/prefect/blob/b8c27aa06d9d3892cbb1d1d69e78e604a527adae/requirements-client.txt#L22)