Don't fail DeleteStoredFilesWorker if one of the files is missing
Contributes to https://gitlab.com/gitlab-org/gitlab/-/issues/342691 **Problem** `DeleteStoredFilesWorker` sidekiq job fails when trying to delete already missing files from the GoogleCloud bucket. Other provides (AWS, ...) does not raise an error when the file is not found. **Solution** Handle ClientError exception and proceed deleting even if one of the files is already removed. Changelog: fixed
Showing
Please register or sign in to comment