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
Is your feature request related to a problem? Please describe.
On testing a Cosmo Rate Limit implementation I discovered every request would get a 500 response if Redis is scaled to zero, or if authentication is malformed. The following is the utilized config.
WunderGraph commits fully to Open Source and we want to make sure that we can help you as fast as possible.
The roadmap is driven by our customers and we have to prioritize issues that are important to them.
You can influence the priority by becoming a customer. Please contact us here.
Component(s)
router
Is your feature request related to a problem? Please describe.
On testing a Cosmo Rate Limit implementation I discovered every request would get a 500 response if Redis is scaled to zero, or if authentication is malformed. The following is the utilized config.
Describe the solution you'd like
If it's intentional y'all are failing closed on Redis availability, a configuration flag to fail open instead would be ideal.
Describe alternatives you've considered
No response
Additional context
As a side note, while implementing this I discovered your Cosmo Router documentation example YAML malformed the top config key as rate_limiting instead of rate_limit.
https://cosmo-docs.wundergraph.com/router/configuration#rate-limiting-example-yaml-configuration
The text was updated successfully, but these errors were encountered: