Skip to content

Increase HTTP timeout for index services to 30m

John Mason requested to merge jm-increase-indexer-timeout into main

As per #11 (closed) we have a 30 minute timeout on indexing requests from GitLab but the default nginx timeout of 60s is kicking in first. We need to increase the nginx timeouts to match the timeout on the rails side in order to index very large projects.

Longer term there are plans to make these long running indexing requests async but for now this is just how long it takes.

Edited by Dylan Griffith

Merge request reports