Skip to content

v0.1.3 - Exponential Backoff

Compare
Choose a tag to compare
@kj4ezj kj4ezj released this 27 Feb 00:35
· 8 commits to main since this release
7f884e3

This release adds exponential back-off to the automatic retry code @goatbased tried to introduce to the upstream repo (shuaiscott/zap2xml) in pull request 7.

Documentation is here.

Changes

The only change from v0.1.2 is that entry.sh now uses an exponential back-off algorithm between retries instead of trying every thirty (30) seconds.

Installation

You can pull this release from the GitHub Container Registry...

docker pull ghcr.io/kj4ezj/zap2xml:v0.1.3

...or from Docker Hub.

docker pull docker.io/kj4ezj/zap2xml:v0.1.3