Don't fail project export if upload file doesn't exist
What does this MR do and why?
This MR fixes an issue with with Project Uploads export where an entire export would fail if a single upload file was missing. This MR updates rescue block to catch all StandardError exceptions during uploads export, log the error and move on with the process instead of hard failing.
Mentions #292420 (closed)
Screenshots or screen recordings
Screenshots are required for UI changes, and strongly recommended for all other merge requests.
How to set up and validate locally
Numbered steps to set up and validate the change are strongly suggested.
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.