Skip to content
Snippets Groups Projects
Verified Commit 3f785164 authored by Vincent Sellier's avatar Vincent Sellier Committed by Antoine R. Dumont
Browse files

swh/production: Increase counters rpc timeout

The refresh_history endpoint takes more than 10s to
retrieve the data from prometheus and compute the values.
The cronjob regularly failed probably until enough
data is in the thanos cache.

Related to swh/infra/sysadm-environment#5387
parent 12c37e51
No related branches found
No related tags found
No related merge requests found
......@@ -2048,7 +2048,7 @@ counters:
gunicorn:
workers: 2
threads: 1
timeout: 10
timeout: 30
# autoScaling:
# minReplicaCount: 2
# maxReplicaCount: 4
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment