Revert "Update queue_adapter to Sidekiq (#5960)" (#5961) [deploy]

This reverts commit 05ce09b899.
This commit is contained in:
Alex 2020-02-07 15:37:05 -08:00 committed by GitHub
parent 05ce09b899
commit 41d812b8a7
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 = :sidekiq
config.active_job.queue_adapter = :delayed_job
config.middleware.use Rack::Deflater