Skip to content

Commit

Permalink
Merge pull request #144 from atastycookie/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
gnikyt authored Jan 16, 2024
2 parents 86889b2 + db14bbf commit 8d51d6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ $api->withSession(new Session('someshop.myshopify.com', 'some-token'), function

This library utilizes `caseyamcl/guzzle_retry_middleware` middleware package.

By default, `429`, '500` and `503` errors will be retried twice.
By default, `429`, `500` and `503` errors will be retried twice.

For REST calls, it will utilize Shopify's `X-Retry-After` header to wait *x* seconds before retrying the call.

Expand Down

0 comments on commit 8d51d6b

Please sign in to comment.