Commit 9b212073 authored by James Lopez's avatar James Lopez

updated import worker

parent e172028a
class ProjectImportWorker
include Sidekiq::Worker
include Gitlab::ShellAdapter
# TODO: enabled retry - disabled for QA purposes
sidekiq_options queue: :gitlab_shell, retry: false
def perform(current_user_id, tmp_file, namespace_id, path)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment