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
On a project that I am working on I would like to define the rate limits on the connector but have a way to filter the limits based on the request that is being sent.
For example:
Endpoints starting with /admin have a rate limit of 600 req/minute
Endpoints starting with /hq have a rate limit of 100 req/minute
I would prefer to not have to define this logic on each request. Or at least only specify a name/group name for the limits a request should follow.
The text was updated successfully, but these errors were encountered:
On a project that I am working on I would like to define the rate limits on the connector but have a way to filter the limits based on the request that is being sent.
For example:
Endpoints starting with
/admin
have a rate limit of 600 req/minuteEndpoints starting with
/hq
have a rate limit of 100 req/minuteI would prefer to not have to define this logic on each request. Or at least only specify a name/group name for the limits a request should follow.
The text was updated successfully, but these errors were encountered: