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
0
Merge Requests
0
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
Jérome Perrin
gitlab-ce
Commits
e3558ed6
Commit
e3558ed6
authored
Apr 06, 2016
by
Jacob Vosmaer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Document how to disable repo checks
parent
bf952673
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
0 deletions
+16
-0
doc/administration/repo_checks.md
doc/administration/repo_checks.md
+16
-0
No files found.
doc/administration/repo_checks.md
View file @
e3558ed6
...
@@ -20,6 +20,22 @@ fail their repo checks all GitLab administrators will receive an email
...
@@ -20,6 +20,22 @@ fail their repo checks all GitLab administrators will receive an email
notification of the situation. This notification is sent out no more
notification of the situation. This notification is sent out no more
than once a day.
than once a day.
## Disabling periodic checks
You can disable the periodic checks by giving them an empty cron
schedule in gitlab.yml.
```
# For omnibus installations, in /etc/gitlab/gitlab.rb:
gitlab_rails['cron_jobs_repo_check_worker_cron'] = ''
```
```
# For installations from source, in config/gitlab.yml:
cron_jobs:
repo_check_worker:
cron: ""
```
## What to do if a check failed
## What to do if a check failed
...
...
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