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.
When I start the workers it throws :
Currently I solve this by adding
@
in front ofcli_set_process_title
to avoid any error.File : https://github.com/chrisboulton/php-resque/blob/master/lib/Resque/Worker.php#L331
My spec :