mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-27 01:43:22 +00:00
Merge pull request #3863 from mkllnk/quiet-cron
Make inserting delayed jobs from cron quiet
This commit is contained in:
@@ -26,6 +26,7 @@ def psql
|
||||
raise "Missing config for #{env} environment" unless config
|
||||
|
||||
"psql".tap do |s|
|
||||
s << " --quiet"
|
||||
s << " --host #{config['host']}" if config['host']
|
||||
s << " --user #{config['username']}" if config['username']
|
||||
s << " --port #{config['port']}" if config['port']
|
||||
|
||||
Reference in New Issue
Block a user