move-coop / parsons

A python library of connectors for the progressive community.
https://www.parsonsproject.org/
Other
258 stars 128 forks source link

fix: handle 429 error code #877

Closed talevy42 closed 11 months ago

talevy42 commented 11 months ago

If you retrieve too many records, auth0 throws a 429 too many requests error, which gets handled naively. this pr throws an exception instead