Shubham Kawade
05/31/2024, 7:40 AMtap-odoo
by Hotglue
and if I try to load historical records, I hit the 429 error
which is basic too many API requests.
what I want to understand is,
1. How to implement batch api calls, i.e. single API call returning a batch of multiple records. ?
2. Odoo recommend 1 api call per second. How do I Implement this ?
P.S they have implemented an exponential backoff but I still end up getting this error and the stream eventually fails.
ref - https://gitlab.com/hotglue/tap-odoo/-/blob/main/.gitignore?ref_type=heads