Bug 2002695 Comment 0 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

We are seeing waves of requests to Phabricator, and particularly the `/source` endpoints. We have per-IP rate limits, but they don't stand up well against distributed requests.

* We should investigate the possibility of adding global limits (or maybe per-netblock/asn/...), rather than just per-IP.
* We should put a single set of limits in front of all Phabricator environments.
We are seeing waves of requests to Phabricator, and particularly the `/source` endpoints. We have per-IP rate limits, but they don't stand up well against distributed requests.

* We should investigate the possibility of adding global limits (or maybe per-netblock/asn/...), rather than just per-IP.
  * Could be based on observed increase of latency from Phabricator?
* We should put a single set of limits in front of all Phabricator environments.

Back to Bug 2002695 Comment 0