]> cat aescling's git repositories - mastodon.git/commit
Speed up some rake tasks by moving execution to Sidekiq (#7678)
authorEugen Rochko <eugen@zeonfederated.com>
Wed, 30 May 2018 19:09:30 +0000 (21:09 +0200)
committerGitHub <noreply@github.com>
Wed, 30 May 2018 19:09:30 +0000 (21:09 +0200)
commitad40bf5e0c77baacbeda248ccca8d310e786ff61
treef11c39df5e63a3a6e13722a88a92f1e024e60625
parenta29f196f95ce335eb8d4cb5aa22ba1f06a52ce01
Speed up some rake tasks by moving execution to Sidekiq (#7678)

* Speed up some rake tasks by moving execution to Sidekiq

mastodon:media:remove_silenced
mastodon:media:remove_remote
mastodon:media:redownload_avatars
mastodon:feeds:build

* Fix code style issue
app/workers/maintenance/destroy_media_worker.rb [new file with mode: 0644]
app/workers/maintenance/redownload_account_media_worker.rb [new file with mode: 0644]
app/workers/maintenance/uncache_media_worker.rb [new file with mode: 0644]
lib/tasks/mastodon.rake