wa0x6e / php-resque-ex

PHP port of resque (Workers and Queueing), with phpredis support, and more logging options
MIT License
137 stars 92 forks source link

Adding method to delete a worker on the redis database by an ID #21

Closed fahernandez closed 10 years ago

fahernandez commented 10 years ago

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.

wa0x6e commented 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 ?

fahernandez commented 10 years ago

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.