Skip to content

Releases: blackducksoftware/exponential-backoff-tool

Added metrics and run on exit

07 May 18:45
Compare
Choose a tag to compare

I need to collect metrics so we can determine what rate limits we are hitting and optimize our code. Everything runs in a docker container, so we can't just save the metrics to disk.

We have added the following to address these issues:

  • perform-on-exit will run exactly once when the original command completes. It will run regardless of failure or success.
  • metrics-enabled will enable the collection of metrics regarding retries and save them to eb-metrics.csv wherever eb is running.

The two commands can be combined to collect metrics, and place them in non-volatile storage.

0.0.5

03 Feb 22:23
Compare
Choose a tag to compare

Added

  • Fail on string matches
  • Fail on regexp matches
  • Fail unless string matches
  • Fail unless regexp matches
  • Print friendly retry message
  • Print verbose retry message

0.0.4

29 Jul 02:19
Compare
Choose a tag to compare

No functionality changes.

Alter license files, prepare for open source release.