Skip to content

Commit

Permalink
fix: Sidekiq does not ignore ActiveStorage jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
martintomas committed Jul 10, 2023
1 parent 666ba2b commit f6ee320
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@ class Application < Rails::Application

config.active_record.schema_format = :sql
config.active_job.queue_adapter = :sidekiq
config.active_storage.queue = :active_storage
end
end
1 change: 1 addition & 0 deletions config/sidekiq.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ production:
:concurrency: 2
:queues:
- database
- active_storage

0 comments on commit f6ee320

Please sign in to comment.