@!
Hubzilla Support ForumSeeing over a hundred Queueworkers piling up and taking up all cpu with each one running this query:
select * from item where item_type = 5 and edited < UTC_TIMESTAMP() - INTERVAL 14 DAY
which comes from
/Zotlabs/Daemon/Importdoc.php
.
Commenting out the call to
self::update_docs_dir
works around the issue for now.