haskell / cabal-cache

CI assistant
BSD 3-Clause "New" or "Revised" License
45 stars 10 forks source link

Handle all exceptions from download to ensure downloads are marked as failed #192

Closed newhoggy closed 1 year ago

newhoggy commented 1 year ago

Handle all AWS exceptions by continuing and other exceptions by aborting.

Also some variables were named uploading and tUploading when they should say downloading and tDownloading.

These names used to be correct because once-up-a-time this was an upload queue, but for reasons*, it has been converted to a download queue, but this rename got missed.

newhoggy commented 1 year ago

Going to merge for testing purposes.