sebseager / slack-exporter

A Slack bot for exporting content from public and private channels.
GNU General Public License v3.0
125 stars 35 forks source link

Retry file downloads on exception up to 10 times, skip already downloaded files. #17

Closed msaffitz closed 1 year ago

msaffitz commented 1 year ago

This addresses common "connection reset by peer" and other potential connectivity issues on download.

Suggestions for future improvement include configurable numbers of attempts, sleep intervals between attempts, and use a common file download directory (e.g. instead of creating a new one for each export). The latter would allow more incremental behavior of file downloads.