Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | more cleanup daemon/queue | Mario | 2021-01-18 | 1 | -10/+10 |
| | |||||
* | remove unused variables | Mario | 2021-01-15 | 1 | -2/+1 |
| | |||||
* | Use dba_driver.php::db_getfunc() | DM42.Net (Matt Dent) | 2019-01-11 | 1 | -10/+2 |
| | |||||
* | Fix for PGSQL/MYSQL difference | DM42.Net (Matt Dent) | 2019-01-10 | 1 | -2/+11 |
| | |||||
* | FIX: memory exhaustion on exceptionally large message queues & multiple ↵ | ZotSocial Admin | 2019-01-10 | 1 | -2/+10 |
| | | | | Queue.php invocations duplicate work | ||||
* | fix manual queue invocation (was using the web argc/argv from the cli) | zotlabs | 2018-02-05 | 1 | -3/+3 |
| | |||||
* | more queue work | zotlabs | 2017-11-02 | 1 | -0/+1 |
| | |||||
* | no quotes on dbutcnow() output | zotlabs | 2017-01-29 | 1 | -1/+1 |
| | |||||
* | Alter the queue so that each queue item stores the scheduled time of the ↵ | zotlabs | 2017-01-29 | 1 | -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 ↵ | redmatrix | 2016-05-24 | 1 | -0/+1 |
| | | | | into include/channel.php from include/connections.php | ||||
* | first phase of daemon refactoring | redmatrix | 2016-05-19 | 1 | -0/+89 |