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.
2 parents a210557 + 70102f1 commit ab07fdaCopy full SHA for ab07fda
lib/Resque/Worker.php
@@ -63,7 +63,7 @@ class Resque_Worker
63
public function __construct($queues)
64
{
65
$this->logger = new Resque_Log();
66
-
+
67
if(!is_array($queues)) {
68
$queues = array($queues);
69
}
@@ -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