MONEI / Shopify-api-node

Node Shopify connector sponsored by MONEI
https://monei.com/shopify-payment-gateway/
MIT License
940 stars 278 forks source link

Shopify plus bucket size? #582

Closed ikudosi closed 1 year ago

ikudosi commented 1 year ago

Not really an issue, but, can someone with a Shopify Plus account tell me their stable autoLimit config? I am currently using autoLimit: true but I believe that is defaulting to the standard API limit. I tried autoLimit: {calls: 20, interval: 1000, bucketSize: 400} (which I believe matches the latest Plus rate limit) but getting 429 here and there.

I'm going to try autoLimit: {calls: 20, interval: 1000, bucketSize: 350} but would rather have someone share me their tried and true settings.

ikudosi commented 1 year ago

For anyone wondering - sticking with autoLimit: { calls: 20, interval: 1000, bucketSize: 350 } as it's been stable in our production environment.