Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
6c751b33
Commit
6c751b33
authored
Mar 02, 2020
by
Bob Van Landuyt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Document gitaly timeouts
This documents the gitaly timeouts that can be configured in our admin panel.
parent
eec76616
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
35 additions
and
0 deletions
+35
-0
doc/user/admin_area/settings/gitaly_timeouts.md
doc/user/admin_area/settings/gitaly_timeouts.md
+34
-0
doc/user/admin_area/settings/img/gitaly_timeouts.png
doc/user/admin_area/settings/img/gitaly_timeouts.png
+0
-0
doc/user/admin_area/settings/index.md
doc/user/admin_area/settings/index.md
+1
-0
No files found.
doc/user/admin_area/settings/gitaly_timeouts.md
0 → 100644
View file @
6c751b33
---
type
:
reference
---
# Gitaly timeouts
![
gitaly timeouts
](
img/gitaly_timeouts.png
)
3 timeout types can be configured to make sure that long running
Gitaly calls don't needlessly take up resources.
-
Default timeout
This timeout is the default for most Gitaly calls.
It should be shorter than the worker timeout that can be configured
for
[
Puma
](
https://docs.gitlab.com/omnibus/settings/puma.html#puma-settings
)
or
[
Unicorn
](
https://docs.gitlab.com/omnibus/settings/unicorn.html
)
.
This makes sure that Gitaly calls made within a web request cannot
exceed these the entire request timeout.
The default for this timeout is 55 seconds.
-
Fast timeout
This is the timeout for very short Gitaly calls.
The default for this timeout is 10 seconds.
-
Medium timeout
This timeout should be between the default and the fast timeout
The default for this timeout is 30 seconds.
doc/user/admin_area/settings/img/gitaly_timeouts.png
0 → 100644
View file @
6c751b33
66.8 KB
doc/user/admin_area/settings/index.md
View file @
6c751b33
...
...
@@ -24,6 +24,7 @@ include:
-
[
Protected paths
](
protected_paths.md
)
**(CORE ONLY)**
-
[
Help messages for the `/help` page and the login page
](
help_page.md
)
-
[
Push event activities limit and bulk push events
](
push_event_activities_limit.md
)
-
[
Gitaly timeouts
](
gitaly_timeouts.md
)
NOTE:
**Note:**
You can change the
[
first day of the week
](
../../profile/preferences.md
)
for the entire GitLab instance
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment