You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mastodon/spec/workers
ThibG 89f40b6c3e
Make domain block/silence/reject-media code more robust (#13424)
* Split media cleanup from reject-media domain blocks to its own service

* Slightly improve ClearDomainMediaService error handling

* Lower DomainClearMediaWorker to lowest-priority queue

* Do not catch ActiveRecord::RecordNotFound in domain block workers

* Fix DomainBlockWorker spec labels

* Add some specs

* Change domain blocks to immediately mark accounts as suspended

Rather than doing so sequentially, account after account, while cleaning
their data. This doesn't change much about the time the block takes to
complete, but it immediately prevents interaction with the blocked domain,
while up to now, it would only be guaranteed when the process ends.
5 years ago
..
activitypub Fix account URI in UpdatePollSerializer (#11194) 6 years ago
scheduler Remove Salmon and PubSubHubbub (#11205) 6 years ago
digest_mailer_worker_spec.rb Spec coverage and refactor of digest mailer worker (#2961) 8 years ago
domain_block_worker_spec.rb Make domain block/silence/reject-media code more robust (#13424) 5 years ago
domain_clear_media_worker_spec.rb Make domain block/silence/reject-media code more robust (#13424) 5 years ago
feed_insert_worker_spec.rb Lists (#5703) 7 years ago
move_worker_spec.rb Fix various issues with account migration (#12301) 5 years ago
publish_scheduled_status_worker_spec.rb Add scheduled statuses (#9706) 6 years ago
refollow_worker_spec.rb Fix RefollowWorker not keeping show_reblogs setting (#12707) 5 years ago
regeneration_worker_spec.rb Add spec coverage for regeneration worker (#3143) 8 years ago
unfollow_follow_worker_spec.rb Fix various issues with account migration (#12301) 5 years ago