Timeout when cloning Git repository #21054
Unanswered
Babbleshack
asked this question in
Q&A
Replies: 1 comment
-
The timeout for a git fetch is controlled by |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am experiencing a timeout issue while cloning our Git repository from the app-set controller and repo-server. The error message I receive is as follows:
For context, cloning the repository locally takes around 95 seconds.
To address the timeout I tried setting
reposerver.git.request.timeout" = "3m"
.I verified these setting were correctly configured by investigating environment variables on the deployed repo-server pods:
Despite these changes, the logs still indicate timeout messages suggesting that the timeout remains at 1m30s.
Are there additional configs I must change to increase the git clone timeout?
Beta Was this translation helpful? Give feedback.
All reactions