Closed fahernandez closed 10 years ago
There seems to be a lot of unrelated changes (such as code formatting) in this PR. Can you correct this ?
As for the worker stats removal in redis, there's already the unregisterWorker()
method. Maybe you can also edit that method to use your new delete()
method ?
I didn't see the unregisterWorker() method, I will change it on the fresque pull request and remove the pull request for resque-ex. Thanks Kamisama.
A new method to delete workers by an ID on the redis database was implemented. This method will help to delete stats from the workers.