summaryrefslogtreecommitdiff
path: root/app/controllers
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2016-04-13 12:53:01 +0000
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2016-04-13 12:53:01 +0000
commitab4ea3720c084063ab83cef3aaf3a0b6adbc2a3c (patch)
treee99ab170d933e8dbb43d43d20f17c6b1fa32c6de /app/controllers
parent87cd46c475c8d6f79abae1be786576f22369c711 (diff)
parentcba2c437e582dd5880ec45cc4ff2fccda2315ad5 (diff)
downloadgitlab-ce-ab4ea3720c084063ab83cef3aaf3a0b6adbc2a3c.tar.gz
Merge branch 'rs-archive-cache-worker-cron' into 'master'
Move RepositoryArchiveCacheWorker to sidekiq-cron Closes #15105 See merge request !3663
Diffstat (limited to 'app/controllers')
-rw-r--r--app/controllers/projects/repositories_controller.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/controllers/projects/repositories_controller.rb b/app/controllers/projects/repositories_controller.rb
index 5c7614cfbaf..bb7a6b6a5ab 100644
--- a/app/controllers/projects/repositories_controller.rb
+++ b/app/controllers/projects/repositories_controller.rb
@@ -11,7 +11,6 @@ class Projects::RepositoriesController < Projects::ApplicationController
end
def archive
- RepositoryArchiveCacheWorker.perform_async
headers.store(*Gitlab::Workhorse.send_git_archive(@project, params[:ref], params[:format]))
head :ok
rescue => ex