Skip to content

Commit

Permalink
Merge branch 'master' into fix_send_queue_log
Browse files Browse the repository at this point in the history
  • Loading branch information
aki77 committed Nov 19, 2023
2 parents c8174aa + 70c73ed commit d4efd19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/jobmon/configuration.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def initialize
self.hostname = Socket.gethostname
self.logger = Rails.logger
self.parent_mailer = 'ApplicationMailer'
self.task_job_queue = :default
self.task_job_queue = :jobmon_task
end

def release_stage
Expand Down

0 comments on commit d4efd19

Please sign in to comment.