Skip to content

Do not retry failed requests

Dmitry Gruzd requested to merge 323856-do-not-retry-failures into main

We believe that the indexing process sometimes uses too much memory because it's trying to retry failures, actually we shouldn't be retrying any failures in gitlab-elasticsearch-indexer. Sidekiq itself should already be capable of doing retries and retrying in the indexer appears to be causing infinite memory growth.

gitlab#323856 (closed)

Edited by Dmitry Gruzd

Merge request reports

Loading