We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4cfc54 commit 70102f1Copy full SHA for 70102f1
lib/Resque/Worker.php
@@ -327,7 +327,7 @@ private function startup()
327
private function updateProcLine($status)
328
{
329
$processTitle = 'resque-' . Resque::VERSION . ': ' . $status;
330
- if(function_exists('cli_set_process_title')) {
+ if(function_exists('cli_set_process_title') && PHP_OS !== 'Darwin') {
331
cli_set_process_title($processTitle);
332
}
333
else if(function_exists('setproctitle')) {
0 commit comments