gresrun / jesque

An implementation of Resque in Java.
http://gresrun.github.io/jesque
Apache License 2.0
628 stars 131 forks source link

Prune dead workers? #122

Open vincentjames501 opened 7 years ago

vincentjames501 commented 7 years ago

I think this should be brought back up #3 and #35. Looks like resque is using heart beats (see prune_dead_workers):

https://github.com/resque/resque/blob/e0f850f087160362cec1ae3759c7c1e1d9190381/lib/resque/worker.rb#L587