Rate limiting

Sometimes you will need to implement something that limits number of currently processed requests at a time. This is where rate limiting comes into play. Because Gozen uses 'go-chi' under the hood all you need to do is follow their examples.

Did you know?

You can throttle specific endpoints globally, or by IP for DOS protection