mirror of
https://github.com/friendica/friendica
synced 2025-04-26 15:50:10 +00:00
workaround for stalling worker processes when running the daemon
This commit is contained in:
parent
3792e2819d
commit
3cb7a7606e
4 changed files with 10 additions and 8 deletions
|
@ -597,7 +597,7 @@ class Worker
|
|||
['id' => $entry["id"]]
|
||||
);
|
||||
} else {
|
||||
logger("Worker process ".$entry["pid"]." (".implode(" ", $argv).") now runs for ".round($duration)." of ".$max_duration." allowed minutes. That's okay.", LOGGER_DEBUG);
|
||||
logger("Worker process ".$entry["pid"]." (".substr(json_encode($argv), 0, 50).") now runs for ".round($duration)." of ".$max_duration." allowed minutes. That's okay.", LOGGER_DEBUG);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue