Dynatrace / superdump

A service for automated crash-dump analysis
Other
515 stars 76 forks source link

add retry for dump downloads using the DownloadService #186

Closed d-schneider closed 5 years ago

d-schneider commented 5 years ago

The dump Download from an URL fails sometimes. Now the Download is attempted multiple times if it fails. The maximum number of retry attempts can be configured in the appsettings.json file.

mmayr-at commented 5 years ago

LGTM, thx!

z1c0 commented 5 years ago

👍 for using Polly!

discostu105 commented 5 years ago

👍