Commit 89227126 authored by James Lopez's avatar James Lopez

enable retry on worker

parent 6755cb3a
class ProjectExportWorker
include Sidekiq::Worker
# TODO: enable retry - disabled for QA purposes
sidekiq_options queue: :gitlab_shell, retry: false
sidekiq_options queue: :gitlab_shell, retry: true
def perform(current_user_id, project_id)
current_user = User.find(current_user_id)
......
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