There is a example about how to implement 429 status code in pedestal/jetty? https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/429
@souenzzo you might find that Jetty’s DoS filter meets your needs. (https://www.eclipse.org/jetty/documentation/jetty-9/index.php)