diff options
| author | Joseph Hunkeler <jhunkeler@gmail.com> | 2026-02-11 15:05:08 -0500 |
|---|---|---|
| committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2026-02-11 15:05:08 -0500 |
| commit | 4a8008359f38db1b3d7acaf7013a66a5c5394922 (patch) | |
| tree | 6fe938147bed0a431c85e57538051f4ff2c43dd0 /README.md | |
| parent | 7ae2f824eb52b4294465a1430836ecce73419c02 (diff) | |
| download | stasis-4a8008359f38db1b3d7acaf7013a66a5c5394922.tar.gz | |
Add a retry loop to download
* Configurable with env var: STASIS_DOWNLOAD_RETRIES
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -200,6 +200,8 @@ stasis mydelivery.ini | STASIS_JF_CLIENT_CERT_CERT_PATH | Path to OpenSSL cert files | | STASIS_JF_CLIENT_CERT_KEY_PATH | OpenSSL key file (in cert path) | | STASIS_JF_REPO | Artifactory "generic" repository to write to | +| STASIS_DOWNLOAD_TIMEOUT | Number of seconds before timing out a remote file download | +| STASIS_DOWNLOAD_RETRIES | Number of retries before giving up on a remote file download | ## Main configuration (stasis.ini) |
