Skip to content

Retry failed vulnerability export jobs up to 3 times

Mehmet Emin INAC requested to merge 216117_retry_vulnerability_export_jobs into master

What does this MR do?

Previously we were marking the vulnerability export objects as failed in the first export try if they fail. Also we were suppressing the exceptions happened in the process to trick Sidekiq to not to retry the job.

We decided to remove the custom logic to log error messages and let Sidekiq to retry the failed jobs up to 3 times.

/related to #216117 (closed)

Screenshots

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • [-] Label as security and @ mention @gitlab-com/gl-security/appsec
  • [-] The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • [-] Security reports checked/validated by a reviewer from the AppSec team
Edited by Mehmet Emin INAC

Merge request reports