Ignore exceptions when files are deleted
# Background As we build .tar.gz, we delete various tmp files. If an exception happens while deleting a file, currently the entire process stops. Such an exception should be logged into Sentry and then ignored. [comment]: # (No need to update the Definition of ready when filing issues.) # Definition of ready - [x] Product owner: @ppolischuk1 - [x] Tech lead: @dtkaczyk - [x] Service:: label applied - [x] Definition of done updated - [x] Weight applied [comment]: # (Feel free to leave this as is, or suggest changes. We'll update these during Backlog Refinement, prior to bringing this into a sprint.) # Definition of done - [x] Unit tests identified, implemented, and passing - [x] Code reviewed - [x] Available via a staging URL - [x] Knowledge base reviewed and updated - [x] Public documentation reviewed and updated - [x] Consider any impacts to current or future architecture/infrastructure, and update specifications and documentation as needed - [x] Acceptance criteria met - [x] ignore exceptions when tmp files are deleted # Notes [comment]: # (By default all issues need to be labeled Planning::New, only remove if you know what you're doing)
issue