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
Since we are using the users API keys we should keep in mind that some of the databases have restrictions on how many queries we can send per second/day/week.
To not lock the keys we should implement those limits somewhere.
That the wrapper classes will contain the information about the limits is pretty clear but I am not too sure on which layer those limits are observed and followed.
The text was updated successfully, but these errors were encountered:
Since we are using the users API keyswe should keep in mind that some of the databases have restrictions on how many queries we can send per second/day/week.To not lock the keys we should implement those limits somewhere.
That the wrapper classes will contain the information about the limits is pretty clear but I am not too sure on which layer those limits are observed and followed.
The text was updated successfully, but these errors were encountered: