Skip to content

Resolve "Pseudonymizer::Uploader should not call abort"

What does this MR do?

Remove the abort call in the Pseudonymizer::Uploader so we are not killing a Sidekiq worker when object storage isn't configured.

I don't think we have any instance of this happening, but I think it is better to fix it before it happens.

Are there points in the code the reviewer needs to double check?

Why was this MR needed?

Just making sure we are not killing sidekiq workers for a misconfiguration.

Screenshots (if relevant)

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes #7026 (closed)

Edited by Micaël Bergeron

Merge request reports