Age | Commit message (Collapse) | Author |
|
parallelization instead of Sidekiq
- Remove --background option
- Add --concurrency(=5) option
- Add progress bars
|
|
|
|
./bin/tootctl media remove --days 7 --background
Make the old rake task point to it
|
|
remove_remote (#8339)
* Fix uncaching worker
* Revert to using Paperclip's filesystem backend instead of fog-local
fog-local has lots of concurrency issues, causing failure to delete files,
dangling file records, and spurious errors UncacheMediaWorker
|
|
* 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
|