release-1.6
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.)