-
Notifications
You must be signed in to change notification settings - Fork 5
Description
Thank you for making this!
I wonder if you have an example of how to stay within the Shopify rate limits given here:
https://shopify.dev/docs/api/usage/rate-limits
I know there are crates that allows setting up client rate limits like this (Governor, reqwest-ratelimit), but it isn't entirely clear to me how this would be done in this case. But I wonder if there was maybe room for a feature in the crate itsealf that would enable something to take care of this. Like a feature called governor which would bring in automatic rate limitation. I am not a super advanced rust user so I don't know how concerns are normally split in this ecosystem and if this is something end users are expected to take care of themselves. But having an example of how to do it would be nice as I imagine it is something many users could be interested in.