Skip to content

Commit

Permalink
Set quiet to 'true' again
Browse files Browse the repository at this point in the history
  • Loading branch information
johha committed Jul 25, 2024
1 parent 87839d5 commit e89734a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tasks/jobs.rake
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ namespace :jobs do
max_priority: ENV.fetch('MAX_PRIORITY', nil),
queues: options.fetch(:queues),
worker_name: options[:name],
quiet: false
quiet: true
}
end

Expand Down

0 comments on commit e89734a

Please sign in to comment.