Skip to content

release-1.6

Compare
Choose a tag to compare
@skx skx released this 27 Jul 09:02
· 72 commits to master since this release

This release makes a couple of minor internal cleanups to fix go lint and go vet warnings.

The only new feature is the ability to apply a tag to all result-objects, which are stored in our redis-queue. Simply add -tag=$(hostname) to your worker invokation and you can determine whether a failure is local or global by comparing against other hosts. (Assuming you have N-workers all on different hosts.)