Update doc

This commit is contained in:
Philipp 2025-01-02 14:41:59 +01:00
parent c58cd835d2
commit 8f43ab9573
No known key found for this signature in database
GPG key ID: 24A7501396EB5432

View file

@ -17,7 +17,7 @@ use Friendica\Core\Worker\Repository\Process as ProcessRepository;
use Friendica\Util\BasePath; use Friendica\Util\BasePath;
/** /**
* Console command for interacting with the daemon * Console command for starting worker
*/ */
final class Worker extends Console final class Worker extends Console
{ {
@ -57,11 +57,11 @@ Options
-s|--spawn Spawn an additional worker -s|--spawn Spawn an additional worker
Examples Examples
bin/console daemon start -f bin/console worker -n
Starts the daemon in the foreground Starts the worker without executing the cronob
bin/console daemon status bin/console worker -s
Gets the status of the daemon Starts the worker and immediately spawn another worker process
HELP; HELP;
} }