Added a global rate for the API and specific rates for the "expensive" endpoints, using the throttle app. The rates are enforced in a cowboy middleware.
Closes #167
Also created a test specific config, to bypass throttling during unit tests. We may end up polishing the config duplication in #157
Added a global rate for the API and specific rates for the "expensive" endpoints, using the throttle app. The rates are enforced in a cowboy middleware.
Closes #167
Also created a test specific config, to bypass throttling during unit tests. We may end up polishing the config duplication in #157