Oneric
bcfbfbcff5
The cleanup attachment worker was run for every deleted post, even if it’s a remote post whose attachments we don't even store. This was especially bad due to attachment cleanup involving a particularly heavy query wasting a bunch of database perf for nil. This was uncovered by comparing statistics from #784 and #765 (comment) |
||
---|---|---|
.. | ||
cron | ||
attachments_cleanup_worker.ex | ||
background_worker.ex | ||
backup_worker.ex | ||
mailer_worker.ex | ||
mute_expire_worker.ex | ||
nodeinfo_fetcher_worker.ex | ||
poll_worker.ex | ||
publisher_worker.ex | ||
purge_expired_activity.ex | ||
purge_expired_filter.ex | ||
purge_expired_token.ex | ||
receiver_worker.ex | ||
remote_fetcher_worker.ex | ||
rich_media_expiration_worker.ex | ||
scheduled_activity_worker.ex | ||
search_indexing_worker.ex | ||
transmogrifier_worker.ex | ||
web_pusher_worker.ex | ||
worker_helper.ex |