Skip to content

Commit b089f62

Browse files
Merge branch 'main' into create-event-model
2 parents 4490f86 + 0f436f2 commit b089f62

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

config/application.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,8 @@ class Application < Rails::Application
3737

3838
config.logger = Logger.new($stdout)
3939
config.log_level = :info
40+
41+
config.active_job.queue_adapter = :shoryuken
42+
config.active_job.queue_name_prefix = Rails.env
4043
end
4144
end

0 commit comments

Comments
 (0)