scosman / zipstreamer

Zip File Streaming Microservice - stream zip files on the fly
MIT License
119 stars 18 forks source link

Consider retrying URLs in descriptor #30

Open danlamanna opened 1 year ago

danlamanna commented 1 year ago

For bigger zip files it would be nice to support retrying downloads in the event of intermittent upstream errors.

scosman commented 1 year ago

Not an immediate priority, but if anyone with this this issue in the wild want to contribute this I'd take it in main. Would need to be a config option (ZS_MAX_UPSTREAM_RETRIES), with default still zero retries for backwards compatibility (and I think that's the right default).