今時のMastodonだとrakeジョブ経由ではなくて、tootctlコマンドを使うようになっている。
旧) rake mastodon:media:redownload_avatars
新) tootctl accounts refresh --all
なお、デフォルトでは同時実行数 5 で実行されるが、ネットワーク負荷やI/O性能に応じて、concurrencyオプション(-c)を使って手動で実行数を指定すると良い。
参考 Re-add tootctl equiv of redownload_avatars · Issue #9657 · tootsuite/mastodon · GitHub https://github.com/tootsuite/mastodon/issues/9657