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
I'm performing some tests around Otoroshi GatewayEvents, mainly on Otoroshi Events fired when a client exceeds his apikey's quotas.
But, I'm facing an issue with the quota consumption (daily/monthly) calculated by Otoroshi.
This problem only occurs after "Reset quotas consumption" action.
Otoroshi version: 16.22.0
Datastore: PostGreSQL
Cluster mode
Severity : low (for us)
Use case to reproduce :
I set some random quotas on my Api Key, and I "reset quotas consumption" :
I perform only 1 call with this Api Key, and I refresh the page with the quotas consumptions counters:
Next calls are correctly incremented, so this seems to be a localized problem with the "reset quotas consumption" function.
Obviously, with lower quota values, I'm reaching limit really quickly (with a HTTP 429 response... as expected)
Thank's
The text was updated successfully, but these errors were encountered:
Hi!
I'm performing some tests around Otoroshi GatewayEvents, mainly on Otoroshi Events fired when a client exceeds his apikey's quotas.
But, I'm facing an issue with the quota consumption (daily/monthly) calculated by Otoroshi.
This problem only occurs after "Reset quotas consumption" action.
Use case to reproduce :
I set some random quotas on my Api Key, and I "reset quotas consumption" :
I perform only 1 call with this Api Key, and I refresh the page with the quotas consumptions counters:
Next calls are correctly incremented, so this seems to be a localized problem with the "reset quotas consumption" function.
Obviously, with lower quota values, I'm reaching limit really quickly (with a HTTP 429 response... as expected)
Thank's
The text was updated successfully, but these errors were encountered: