Adam Thomason

Results 4 issues of Adam Thomason

These commits respectively fix a memory leak (see https://github.com/typester/anyevent-gearman-perl/issues/1) and a bug in "unique"-specifying tasks.

Requests to http-me.glitch.me occasionally fail with 500 errors, leading to test flakes [1]. @BrooksCunningham suggests using the nearly compatible http.edgecompute.app [2] instead, which seems to be more reliable and substantially...

gmetric.MetricSender takes a `value string` which has led to a lot of line noise in the places we use it. That could be cut way down by making value an...

enhancement

Since RunWhenKilled always calls os.Exit, there's no opportunity for the caller to do anything on shutdown, except in the finalizer. It would be better for it to return an error...