mastodon/app/workers/scheduler
Claire d9ae3db8d5
Improve performance of follow recommendation scheduler (#16159)
Express follow_recommendations in terms of account_summaries rather than
accounts, integrate filters that are unconditionally used, and materialize
the resulting view.

This should result in the bulk of the computation being performed only once
instead of **once per recommendation language**.
2021-05-05 22:04:52 +02:00
..
backup_cleanup_scheduler.rb
doorkeeper_cleanup_scheduler.rb
email_scheduler.rb
feed_cleanup_scheduler.rb
follow_recommendations_scheduler.rb Improve performance of follow recommendation scheduler (#16159) 2021-05-05 22:04:52 +02:00
instance_refresh_scheduler.rb
ip_cleanup_scheduler.rb
media_cleanup_scheduler.rb
pghero_scheduler.rb
scheduled_statuses_scheduler.rb
trending_tags_scheduler.rb
user_cleanup_scheduler.rb