chrisboulton / php-resque

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

cli_set_process_title Not initialized correctly #249

Open rolies106 opened 9 years ago

rolies106 commented 9 years ago

When I start the workers it throws :

PHP Error[2]: cli_set_process_title(): cli_set_process_title had an error: Not initialized correctly
    in file /Users/roliesdeby/www/rolies-yii/protected/components/yii-resque/lib/Resque/Worker.php at line 332

Currently I solve this by adding @ in front of cli_set_process_title to avoid any error.

File : https://github.com/chrisboulton/php-resque/blob/master/lib/Resque/Worker.php#L331

My spec :

alanwillms commented 8 years ago

Same thing here:

It seems it's an OSX issue.