aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2019-01-09 10:30:44 +0100
committerMario Vavti <mario@mariovavti.com>2019-01-09 10:30:44 +0100
commit217c2cacaf4bb97e41fc5c084561dd077d5a90b2 (patch)
tree71890707ddc1ab9b3784992a0907cf9289c0a4b8 /doc
parent06beb596283ee999e6b95b4a5eec9a6f948af962 (diff)
parentdf4b6f03769da35d086271279c709d0f6878ffc8 (diff)
downloadvolse-hubzilla-217c2cacaf4bb97e41fc5c084561dd077d5a90b2.tar.gz
volse-hubzilla-217c2cacaf4bb97e41fc5c084561dd077d5a90b2.tar.bz2
volse-hubzilla-217c2cacaf4bb97e41fc5c084561dd077d5a90b2.zip
Merge branch 'dev' into core_gallery_05
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