augray
augray
[This](https://github.com/sematic-ai/sematic/blob/cce002c1a48714cfd494a9f55db5058894eb9a3f/sematic/api_client.py#L814-L824) code seems like it should be able to be unwrapped from `retry_call`, and replaced with `method(_url(endpoint), **kwargs)`, but doing so causes the integration test to freeze, inexplicably. We should...
Sometimes it's hard for people to implement checkpointing (ex: if they are relying primarily on a third-party lib that doesn't support it). People may in this case want to try...
As of #881, we are using an async IO based web server, but not an ASGI based web app framework. This means we're not really taking much advantage of the...
This likely has #889 as a pre-requisite before it will really get us much of a gain. But once we do that, we should be able to increase the throughput...
This should only be done once "Runner" variants have been out & available for several releases.
The [`do_retry`](https://josh.dev-usw2-sematic0.sematic.cloud/runs/beffb6c535e84600bece148da5a68419#run=39ec38e7e5244f3695a11b90b1bd68ca&tab=input) run here finished in fewer tries (see pods tab) than the max number of retries (10). But the output was `NaN`, rather than just being the same as...