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

PHP 5.5's cli_set_process_title() if available #40

Open glensc opened 9 years ago

glensc commented 9 years ago

Let Resque_Worker::updateProcLine() use PHP 5.5's cli_set_process_title() if available

https://github.com/chrisboulton/php-resque/pull/131