v0.1.3 - Exponential Backoff
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