aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Daemon/Queue.php
Commit message (Collapse)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 ↵Mario2022-12-101-0/+2
| | | | and add return to some daemons
* 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 ↵ZotSocial Admin2019-01-101-2/+10
| | | | Queue.php invocations duplicate work
* 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 ↵zotlabs2017-01-291-19/+4
| | | | | | | | next delivery. This keeps the query for queued items simple. We no longer group by posturl; as the queue update function will only keep one item per destination scheduled for shorter term processing. Others (multiple queued items for a single destination) will be scheduled for delivery far into the future and only delivered if the hub responds to the "active" or short term queue item.
* require token signatures in zot_refresh, also move channel specific stuff ↵redmatrix2016-05-241-0/+1
| | | | into include/channel.php from include/connections.php
* first phase of daemon refactoringredmatrix2016-05-191-0/+89