diff options
author | Robert Speicher <rspeicher@gmail.com> | 2016-04-11 15:38:36 -0400 |
---|---|---|
committer | Robert Speicher <rspeicher@gmail.com> | 2016-04-12 11:12:05 -0400 |
commit | cba2c437e582dd5880ec45cc4ff2fccda2315ad5 (patch) | |
tree | 4a4bcd5348ac6404dcc64e60ce31b8b8fffc9c52 /app/controllers | |
parent | 7998725e3c2557c04ceece028dd73a316a3a746c (diff) | |
download | gitlab-ce-cba2c437e582dd5880ec45cc4ff2fccda2315ad5.tar.gz |
Move RepositoryArchiveCacheWorker to sidekiq-cronrs-archive-cache-worker-cron
Closes #15105
Diffstat (limited to 'app/controllers')
-rw-r--r-- | app/controllers/projects/repositories_controller.rb | 1 |
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 |