mastodon/app
Claire f9c2d1b9a1
Fix FollowRecommendationsScheduler failing because of unpopulated views (#16189)
Since #16173, `account_summaries` and `follow_recommendations` are not
populated at creation time, which causes concurrent refresh to fail.

As we currently only use those materialized views right after explicitly
refreshing them, this commit changes refreshes to not be performed
concurrently. This will fix the issue and ensure the refresh completes
faster while using less resources.
2021-05-09 10:39:29 +02:00
..
chewy Change `tootctl search deploy` algorithm (#14300) 2020-07-14 18:10:35 +02:00
controllers Change trending hashtags to be affected be reblogs (#16164) 2021-05-07 14:33:43 +02:00
helpers Add management of delivery availability in Federation settings (#15771) 2021-05-05 23:39:02 +02:00
javascript New Crowdin updates (#16094) 2021-05-08 17:12:56 +02:00
lib Change trending hashtags to be affected be reblogs (#16164) 2021-05-07 14:33:43 +02:00
mailers Prepare Mastodon for Rails 6 (#15911) 2021-03-17 10:09:55 +01:00
models Fix FollowRecommendationsScheduler failing because of unpopulated views (#16189) 2021-05-09 10:39:29 +02:00
policies Add management of delivery availability in Federation settings (#15771) 2021-05-05 23:39:02 +02:00
presenters Add server rules (#15769) 2021-02-21 19:50:12 +01:00
serializers Fix breaking change about format of accounts.created_at (#16186) 2021-05-09 10:39:13 +02:00
services Fix webfinger_update_due to run WebFinger on stale activitypub-account (#16182) 2021-05-08 16:22:18 +02:00
validators Fix existing username validator not allowing multiple accounts (#16153) 2021-05-04 14:22:04 +02:00
views Change trending hashtags to be affected be reblogs (#16164) 2021-05-07 14:33:43 +02:00
workers Add Ruby 3.0 support (#16046) 2021-05-06 14:22:54 +02:00