aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorM. Dent <dentm42@gmail.com>2019-01-09 10:16:53 +0100
committerMario <mario@mariovavti.com>2019-01-09 10:16:53 +0100
commit5d88326915790305b5ff6c4f8d6039d4171ac478 (patch)
treec834a639bad278e1b12e45c2d5b1262a156292ec /doc
parent24354b9dcc38b72696038c98406eaa1af47eb813 (diff)
downloadvolse-hubzilla-5d88326915790305b5ff6c4f8d6039d4171ac478.tar.gz
volse-hubzilla-5d88326915790305b5ff6c4f8d6039d4171ac478.tar.bz2
volse-hubzilla-5d88326915790305b5ff6c4f8d6039d4171ac478.zip
Remove Experimental Worker Queue from CORE - add hook 'daemon_master_release'
Diffstat (limited to 'doc')
-rw-r--r--doc/hook/daemon_master_release.bb5
-rw-r--r--doc/hooklist.bb3
2 files changed, 8 insertions, 0 deletions
diff --git a/doc/hook/daemon_master_release.bb b/doc/hook/daemon_master_release.bb
new file mode 100644
index 000000000..a17216d48
--- /dev/null
+++ b/doc/hook/daemon_master_release.bb
@@ -0,0 +1,5 @@
+[h2]daemon_master_release[/h2]
+
+Permit filtering or alternate methods of processing of background processes when [code] \Zotlabs\Daemon\Master::Release() [/code] is called.
+
+Default behavior is for a new PHP process to fire immediately upon a call to Master::Summon(). This hook permits pre-emption and the ability to provide queuing or other alternatives to this procedure.
diff --git a/doc/hooklist.bb b/doc/hooklist.bb
index 08fc587e2..afb2cebee 100644
--- a/doc/hooklist.bb
+++ b/doc/hooklist.bb
@@ -190,6 +190,9 @@ Hooks allow plugins/addons to "hook into" the code at many points and alter the
[zrl=[baseurl]/help/hook/daemon_addon]daemon_addon[/zrl]
Called when invoking the extensible background daemon
+[zrl=[baseurl]/help/hook/daemon_master_release]daemon_master_release[/zrl]
+ Called at the start of processing \Zotlabs\Daemon\Master::Release()
+
[zrl=[baseurl]/help/hook/directory_item]directory_item[/zrl]
Called when generating a directory listing for display