aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Daemon/Queue.php
Commit message (Expand)AuthorAgeFilesLines
* remove loggingMario2023-06-081-2/+1
* shuffle queue deliveries for more randomnessMario2023-06-081-0/+3
* queue and poller testingMario2023-04-211-8/+9
* more queue updates from streams and remove a hz_syslogMario2023-02-161-1/+1
* remove deprecated functionsMario2023-02-121-2/+2
* port queue improvements from streamsMario2023-02-121-50/+27
* add option to set worker sleep based on load average, remove redundand code a...Mario2022-12-101-0/+2
* import Lib/Queue as LibQueueMario2021-05-271-3/+3
* deprecate queue_deliver()Mario2021-05-271-9/+8
* Check for HTTP port useMax Kostikov2021-03-101-1/+1
* more cleanup daemon/queueMario2021-01-181-10/+10
* remove unused variablesMario2021-01-151-2/+1
* Use dba_driver.php::db_getfunc()DM42.Net (Matt Dent)2019-01-111-10/+2
* Fix for PGSQL/MYSQL differenceDM42.Net (Matt Dent)2019-01-101-2/+11
* FIX: memory exhaustion on exceptionally large message queues & multiple Queue...ZotSocial Admin2019-01-101-2/+10
* fix manual queue invocation (was using the web argc/argv from the cli)zotlabs2018-02-051-3/+3
* more queue workzotlabs2017-11-021-0/+1
* no quotes on dbutcnow() outputzotlabs2017-01-291-1/+1
* Alter the queue so that each queue item stores the scheduled time of the next...zotlabs2017-01-291-19/+4
* require token signatures in zot_refresh, also move channel specific stuff int...redmatrix2016-05-241-0/+1
* first phase of daemon refactoringredmatrix2016-05-191-0/+89