workwithpact / StoreDuplicator

This tool makes it easy to duplicate a Shopify store's content onto another, either to spin up a staging env or to simply test stuff out without risking anything in production.
https://213a.ca/
MIT License
47 stars 12 forks source link

feat(issues/9) : fix http error 429 Too Many Requests #10

Open arnaudbagnis opened 7 months ago

arnaudbagnis commented 7 months ago

429 Too Many Requests - 9


The script stops because of API calls which exceed the authorized limit

Documentation : https://shopify.dev/docs/api/usage/rate-limits

Solution : add parameter autoLimit inside the Shopify object parameters

Type of pull request

Beauty Shots 💃

Place relevant images here

Areas of Risks

Please describe risks associated with this PR. Delete if not needed.

Testing Procedure

Outline steps needed to test this feature. Delete if not needed or overkill.