Skip to content
Snippets Groups Projects
Commit 78504384 authored by James Lopez's avatar James Lopez
Browse files

limit project expor retry to only 3

parent 1bf57b75
No related branches found
No related tags found
No related merge requests found
class ProjectExportWorker
include Sidekiq::Worker
 
sidekiq_options queue: :gitlab_shell, retry: true
sidekiq_options queue: :gitlab_shell, retry: 3
 
def perform(current_user_id, project_id)
current_user = User.find(current_user_id)
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment