mastodon/app/workers
Eugen Rochko 658cbc9425
Improve PostStatusService performance (#7317)
Offload creation of local notifications to a worker. Remove two
redundant SQL queries from ProcessMentionsService, remove n+1
XML/JSON serialization via memoization
2018-05-02 22:10:57 +02:00
..
activitypub Ensure SynchronizeFeaturedCollectionWorker is unique and clean up (#7043) 2018-04-13 01:27:22 +02:00
admin
import
pubsubhubbub Validate HTTP response length while receiving (#6891) 2018-03-26 14:02:10 +02:00
scheduler Slightly reduce RAM usage (#7301) 2018-05-02 18:58:48 +02:00
after_remote_follow_request_worker.rb
after_remote_follow_worker.rb
authorize_follow_worker.rb
backup_worker.rb
block_worker.rb
bootstrap_timeline_worker.rb
digest_mailer_worker.rb
distribution_worker.rb
domain_block_worker.rb
feed_insert_worker.rb
import_worker.rb
link_crawl_worker.rb
local_notification_worker.rb Improve PostStatusService performance (#7317) 2018-05-02 22:10:57 +02:00
merge_worker.rb
notification_worker.rb
processing_worker.rb
push_update_worker.rb
refollow_worker.rb
regeneration_worker.rb
remote_profile_update_worker.rb
removal_worker.rb
resolve_account_worker.rb
salmon_worker.rb
soft_block_domain_followers_worker.rb Slightly reduce RAM usage (#7301) 2018-05-02 18:58:48 +02:00
soft_block_worker.rb
thread_resolve_worker.rb
unfavourite_worker.rb
unmerge_worker.rb
web_push_notification_worker.rb