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
3d848046
Commit
3d848046
authored
Mar 14, 2018
by
Nick Thomas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Allow Geo::SidekiqCronConfigWorker to manage Geo::PruneEventLogWorker
parent
f7da03dd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
ee/lib/gitlab/geo/cron_manager.rb
ee/lib/gitlab/geo/cron_manager.rb
+6
-1
ee/spec/lib/gitlab/geo/cron_manager_spec.rb
ee/spec/lib/gitlab/geo/cron_manager_spec.rb
+1
-0
No files found.
ee/lib/gitlab/geo/cron_manager.rb
View file @
3d848046
...
...
@@ -2,7 +2,12 @@ module Gitlab
module
Geo
class
CronManager
COMMON_JOBS
=
%w[geo_metrics_update_worker]
.
freeze
PRIMARY_JOBS
=
%w[geo_repository_verification_primary_batch_worker]
.
freeze
PRIMARY_JOBS
=
%w[
geo_prune_event_log_worker
geo_repository_verification_primary_batch_worker
]
.
freeze
SECONDARY_JOBS
=
%w[
geo_repository_sync_worker
geo_file_download_dispatch_worker
...
...
ee/spec/lib/gitlab/geo/cron_manager_spec.rb
View file @
3d848046
...
...
@@ -30,6 +30,7 @@ describe Gitlab::Geo::CronManager, :geo do
geo_file_download_dispatch_worker
geo_repository_verification_secondary_scheduler_worker
geo_metrics_update_worker
geo_prune_event_log_worker
]
.
freeze
before
(
:all
)
do
...
...
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