Credit Limits per Minute

Hello - we are looking to send sales order transactions to ShipHero every two minutes and are concerned about hitting the credit limit. Is there an existing number of transactions we can send per minute? Thanks!

Hi @kpatterson !
Thats correct, we have implemented a rate-limiting based on user quotas.
The main concepts that make the throttling strategy are the following:

  • Users are given 1001 credits.
  • Every second, 15 credits are restored (this is the increment_rate).
  • No operation can exceed 1001 credits.

What is it that you are trying to accomplish and how? Maybe I can assist you in trying to optimize the queries/mutations you are performing.
Thanks in advance!
Tom