scosman / zipstreamer

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

Add configuration option for upstream retries #36

Closed danlamanna closed 6 months ago

danlamanna commented 11 months ago

Fixes #30.

I figured I would post this before try to write tests since I'm not sure how it should be done. In python-land I would probably mock retryableGet to ensure it's getting called. Any suggestions here? Also how do you feel about the backoff approach?