Skip to content

codeintel: Apply rate limit to gitserver requests from indexability scheduler

Warren Gifford requested to merge ef/ratelimit-indexer-gitserver-requests into main

Created by: efritz

The indexability scheduler is pretty bursty and may be the cause of some "spikes" that I saw discussion about in slack.

A better solution would be to rate limit the client itself, which I'll open an issue for doing across the board in all codeintel services which are not in the query path.

Merge request reports

Loading