P. Raj Kumar
P. Raj Kumar
@chassing Amazing! The library looks great! :) When I get a chance, I'll add a link to it in the README.
@fishman - This error suggests that Uplink doesn't know how to serialize the `rays` argument. Seems like you need to use the [`uplink.Body`](https://uplink.readthedocs.io/en/stable/user/quickstart.html#request-body) annotation, which tells Uplink to use the...
PEP 563 was originally planned to be turned on by default in Python 3.10, but was postponed to 3.11: https://mail.python.org/archives/list/[email protected]/thread/CLVXXPQ2T2LQ5MP2Y53VVQFCXYWQJHKZ/
@asmodehn - I think that this would be a good approach for an end-to-end test suite. These tests would run occasionally (i.e., not on every commit, but maybe weekly and...
Some additional context: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Retry-After
The new `RetryBackoff` class is available now in v0.9.6!
@liiight I've added the Critical label to this issue and pinned it, so I'll prioritize the work for this one! If you'd like to tackle a solution, I'd suggest looking...
@liiight - The `@retry_handler` design looks good to me! Have you had a chance to try out the workaround I mentioned in my previous comment? It should work with the...
Hey @bjornsnoen - I'm unable to reproduce this on the latest version of uplink, What version are you using?
@bjornsnoen - Thanks for providing the helpful sample repo. I was able to reproduce locally using it! A couple quick thoughts: 1. If I understand correctly, this sounds like an...