You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
indicates that "Arduino IoT APIs are rate limited, authenticated clients limit is up to 10req/s."
To be more user friendly the cli should have either a default to throttle API invocations to max n per second or a command option to specify how many API calls it can do per second.
I just learned that the "entry" plan is limited to 1 request per second. So it should be a configuration or command line option to specify the amount of API calls issued per second.
The text was updated successfully, but these errors were encountered:
When running the following command which creates a dashboard with 6 elements (3 static variables and 3 graphs)
I get the following error with an "entry" plan:
the page https://www.arduino.cc/reference/en/iot/
indicates that "Arduino IoT APIs are rate limited, authenticated clients limit is up to 10req/s."
To be more user friendly the cli should have either a default to throttle API invocations to max n per second or a command option to specify how many API calls it can do per second.
I just learned that the "entry" plan is limited to 1 request per second. So it should be a configuration or command line option to specify the amount of API calls issued per second.
The text was updated successfully, but these errors were encountered: