mirror of
https://github.com/friendica/friendica
synced 2025-04-28 01:10:12 +00:00
The last of the big workers moved ... delivery and notifier
This commit is contained in:
parent
5108115fc1
commit
8cd21269ff
23 changed files with 672 additions and 693 deletions
|
@ -922,7 +922,7 @@ class Worker {
|
|||
* @param (integer|array) priority or parameter array, strings are deprecated and are ignored
|
||||
*
|
||||
* next args are passed as $cmd command line
|
||||
* or: Worker::add(PRIORITY_HIGH, "notifier", "drop", $drop_id);
|
||||
* or: Worker::add(PRIORITY_HIGH, "Notifier", "drop", $drop_id);
|
||||
* or: Worker::add(array('priority' => PRIORITY_HIGH, 'dont_fork' => true), "CreateShadowentry", $post_id);
|
||||
*
|
||||
* @note $cmd and string args are surrounded with ""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue