aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Lib/QueueWorker.php
Commit message (Expand)AuthorAgeFilesLines
* Deprecate *_config() functions in core.Harald Eilertsen2024-03-241-11/+12
* update logger statementsMario2023-10-201-1/+7
* improved item_expire()Mario Vavti2023-04-141-1/+6
* minor queueworker fixesMario2023-04-081-3/+3
* queueworker: do not wait for locked rows, use skip locked if configured via s...Mario2023-02-081-4/+20
* remove superfluous semicolonMario2023-02-011-1/+1
* queueworker: implement auto_queue_worker_sleep setting in frontendMario2023-01-031-1/+1
* minor cleanupMario2022-12-221-4/+11
* there is no point in wrapping single queries into a transactionMario2022-12-221-6/+3
* queueworker: adjust process query to be complient with mariadb < 10.6 and add...Mario2022-12-211-16/+38
* queueworker: cleanup and implement auto sleep interval (hidden config for now)Mario2022-12-181-72/+54
* queueworker: fix maxworkers check and cleanupMario2022-12-151-25/+10
* queueworker testing and more logging to syslogMario2022-12-151-15/+22
* queueworker: introduce new interval config queueworker.queue_interval - defau...Mario Vavti2022-12-121-7/+6
* 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 a...Mario2022-12-101-7/+19
* move queueworker to core and bump versionMario2022-12-021-0/+351