ministryofjustice / offenders-api

REST API Offenders microservice
https://offenders.service.justice.gov.uk
2 stars 1 forks source link

Initial rate limiting of 60 requests per minute to the API #159

Closed himal-mandalia closed 7 years ago

himal-mandalia commented 7 years ago

Rate limiting using Rack::Throttle. Only limits paths beginning with /api. Currently set to throttle requests to 60 per minute.

aldavidson commented 7 years ago

LGTM