Skip to content

Commit 826b7c3

Browse files
Merge pull request #12 from datacite/fix-queue-prefix-error
fix queue prefix error
2 parents c578bc0 + 5e17103 commit 826b7c3

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)