tidepool-org / hub

[DEPRECATED] Central storage for Tidepool planning and issue tracking.
2 stars 2 forks source link

Throttle API calls at the router level #2

Open kentquirk opened 10 years ago

kentquirk commented 10 years ago

There is currently an experiment (https://github.com/tidepool-org/user-api/pull/37) that adds per-path throttling to the user API. This is the wrong way to do it. Instead, we should throttle API calls in Styx at the level of an API token. This is therefore dependent on getting at least the first part of issue #1 solved.

cmakler commented 10 years ago

https://trello.com/c/mToW1Wbw