Adding Sidekiq for background processing (firstly just of mailers)
This commit is contained in:
parent
a08e724476
commit
42dcb0d4cb
6 changed files with 46 additions and 2 deletions
|
@ -28,6 +28,8 @@ module Mastodon
|
|||
config.paths.add File.join('app', 'api'), glob: File.join('**', '*.rb')
|
||||
config.autoload_paths += Dir[Rails.root.join('app', 'api', '*')]
|
||||
|
||||
config.active_job.queue_adapter = :sidekiq
|
||||
|
||||
config.to_prepare do
|
||||
Doorkeeper::ApplicationsController.layout 'dashboard'
|
||||
Doorkeeper::AuthorizedApplicationsController.layout 'dashboard'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue