Hello, I am testing the `tap-odoo` by `Hotglue` an...
# singer-tap-development
s
Hello, I am testing the
tap-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