aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Lib/QueueWorker.php
Commit message (Collapse)AuthorAgeFilesLines
* queueworker testing and more logging to syslogMario2022-12-151-15/+22
|
* queueworker: introduce new interval config queueworker.queue_interval - ↵Mario Vavti2022-12-121-7/+6
| | | | defaults to 500000 microseconds. No config UI yet.
* minor fixesMario2022-12-111-8/+3
|
* remove debug loggingMario2022-12-101-1/+1
|
* add option to set worker sleep based on load average, remove redundand code ↵Mario2022-12-101-7/+19
| | | | and add return to some daemons
* move queueworker to core and bump versionMario2022-12-021-0/+351