mirror of
https://github.com/friendica/friendica
synced 2025-04-26 16:30:12 +00:00
Hook calls can now be forked into a worker queue entry
This commit is contained in:
parent
66e3c1836e
commit
47d165cb25
9 changed files with 47 additions and 68 deletions
|
@ -970,9 +970,6 @@ class Worker
|
|||
// Run the cron job that calls all other jobs
|
||||
self::add(PRIORITY_MEDIUM, "Cron");
|
||||
|
||||
// Run the cronhooks job separately from cron for being able to use a different timing
|
||||
self::add(PRIORITY_MEDIUM, "CronHooks");
|
||||
|
||||
// Cleaning dead processes
|
||||
self::killStaleWorkers();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue