chrisboulton / php-resque

PHP port of resque (Workers and Queueing)
MIT License
3.43k stars 759 forks source link

Die immediately on redis error. #195

Closed tototoshi closed 9 years ago

tototoshi commented 10 years ago

Credis can't reconnect to redis after one failure.

chrisboulton commented 9 years ago

Thanks, definitely in agreement that we need to handle this better and let the worker be restarted - I think we've got this covered in #229

tototoshi commented 9 years ago

:+1: