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/app/workers
Eugen Rochko f722bd2387 Separate background jobs into different queues. ATTENTION: new queue "pull"
must be added to the Sidekiq invokation in your systemd file

The pull queue will handle link crawling, thread resolving, and OStatus
processing. Such tasks are more likely to hang for a longer time (due to
network requests) so it is more sensible to not make the "in-house" tasks
wait for them.
8 years ago
..
admin
pubsubhubbub
after_remote_follow_request_worker.rb Separate background jobs into different queues. ATTENTION: new queue "pull" 8 years ago
after_remote_follow_worker.rb Separate background jobs into different queues. ATTENTION: new queue "pull" 8 years ago
block_worker.rb
digest_mailer_worker.rb
distribution_worker.rb
domain_block_worker.rb
import_worker.rb Separate background jobs into different queues. ATTENTION: new queue "pull" 8 years ago
link_crawl_worker.rb Separate background jobs into different queues. ATTENTION: new queue "pull" 8 years ago
merge_worker.rb Separate background jobs into different queues. ATTENTION: new queue "pull" 8 years ago
notification_worker.rb Separate background jobs into different queues. ATTENTION: new queue "pull" 8 years ago
processing_worker.rb Separate background jobs into different queues. ATTENTION: new queue "pull" 8 years ago
regeneration_worker.rb Separate background jobs into different queues. ATTENTION: new queue "pull" 8 years ago
removal_worker.rb
salmon_worker.rb Separate background jobs into different queues. ATTENTION: new queue "pull" 8 years ago
thread_resolve_worker.rb Separate background jobs into different queues. ATTENTION: new queue "pull" 8 years ago
unfavourite_worker.rb
unmerge_worker.rb Separate background jobs into different queues. ATTENTION: new queue "pull" 8 years ago