• Mehmet Emin INAC's avatar
    Retry failed vulnerability export jobs up to 3 times · 443ea09b
    Mehmet Emin INAC authored
    Previously we were marking the export object as failed if it fails in
    the first export try and were suppressing the exception to fool sidekiq
    to not to retry the job.
    
    We decided to change this behaviour and let sidekiq to try the job if
    it fails.
    443ea09b
export.rb 2.38 KB