Nathan
Results
3
issues of
Nathan
Fix for issue #38
After receiving a 504 GATEWAY_TIMEOUT from ShipStation's API, a retry with a backoff would improve stability. Here a function that would solve this issue from this [retries in requests guide](https://www.coglib.com/~icordasc/blog/2014/12/retries-in-requests.html):...
Are there plans to support Psycopg 3? I tried installing both psycopg2 and psycopg[c] (Psycopg3) but received this error which seems due to Psycopg 3 not having a poll method...