You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just noticed that ensure_file_removed doesn't have the retry logic that remove_file does (both in utils.rs: the difference between them is solely that a file-not-found error is ignored by ensure-file-removed; so we should apply the retry logic - in fact we should just layer ensure_file_removed on remove_file.
The text was updated successfully, but these errors were encountered:
I just noticed that
ensure_file_removed
doesn't have the retry logic thatremove_file
does (both inutils.rs
: the difference between them is solely that a file-not-found error is ignored by ensure-file-removed; so we should apply the retry logic - in fact we should just layerensure_file_removed
onremove_file
.The text was updated successfully, but these errors were encountered: