Skip to content

Commit 5e17103

Browse files
fix queue prefix error
1 parent c578bc0 commit 5e17103

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

config/application.rb

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

3838
config.logger = Logger.new($stdout)
3939
config.log_level = :info
40+
41+
config.active_job.queue_name_prefix = Rails.env
4042
end
4143
end

0 commit comments

Comments
 (0)