]> cat aescling's git repositories - mastodon.git/commit
Split SalmonWorker into smaller parts, move profile updating into another job
authorEugen Rochko <eugen@zeonfederated.com>
Wed, 5 Apr 2017 19:41:50 +0000 (21:41 +0200)
committerEugen Rochko <eugen@zeonfederated.com>
Wed, 5 Apr 2017 19:43:10 +0000 (21:43 +0200)
commit5442083b3c44c731679fc489568bf7f70a807a39
tree009c6f57e1707356fc2a78822bae7baf2321b405
parentbafbf63fcca81ae9dce3a40959b8a47e5fcfc6ac
Split SalmonWorker into smaller parts, move profile updating into another job
app/services/follow_remote_account_service.rb
app/services/process_feed_service.rb
app/services/process_interaction_service.rb
app/workers/admin/suspension_worker.rb
app/workers/application_worker.rb
app/workers/distribution_worker.rb
app/workers/remote_profile_update_worker.rb [new file with mode: 0644]
app/workers/salmon_worker.rb
spec/services/process_feed_service_spec.rb