Update queue_adapter to Sidekiq (#6066) [deploy]

This commit is contained in:
Alex 2020-02-14 08:07:49 -08:00 committed by GitHub
parent 8837531195
commit 2bd2800365
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -47,7 +47,7 @@ module PracticalDeveloper
config.autoload_paths += Dir["#{config.root}/lib/"]
config.active_record.observers = :article_observer, :reaction_observer, :comment_observer
config.active_job.queue_adapter = :delayed_job
config.active_job.queue_adapter = :sidekiq
config.middleware.use Rack::Deflater