mirror of
https://github.com/friendica/friendica
synced 2025-04-26 14:30:13 +00:00
Move process functions to Model\Process
- Add start|endProcess functions to Core\Worker
This commit is contained in:
parent
b699637ab7
commit
78ac7afe9c
5 changed files with 104 additions and 56 deletions
|
@ -57,7 +57,7 @@ Worker::processQueue($run_cron);
|
|||
|
||||
Worker::unclaimProcess();
|
||||
|
||||
$a->end_process();
|
||||
Worker::endProcess();
|
||||
|
||||
killme();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue