- Nil pointer fixed when executing the workers (PR #11)
- Flag
-max-age-retries
to remove retried failed jobs after that duration (PR #9) - New flag
-force-prune
to remove workers not on the heartbeat list (PR #8)
- Closed function to be able to wait for the workers to fully finish (PR #6)
- Solved error when trying to prune workers with
go-redis
(PR #4)
- Change the module definition from
github.com/benmanns/goworker
togithub.com/cycloidio/goworker
(PR #3)
- Added heartbeat and prune functions to clean stuck workers (Issue benmanns/goworker#65)
- Moved from
redigo
togo-redis
(Issue benmanns/goworker#69)
Fork from https://github.com/benmanns/goworker from master beeing https://github.com/benmanns/goworker/commit/d28a4f34a4d183f3ea2e51b4b8268807e0984942