summaryrefslogtreecommitdiff
path: root/www/gitlab/files/patch-bin_background__jobs
blob: 552f9367a5ce31773967e2905668104668dc26b4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- bin/background_jobs.orig	2021-12-01 10:42:56 UTC
+++ bin/background_jobs
@@ -58,7 +58,7 @@ start_sidekiq()
     processes_args+=("${sidekiq_queues}")
   done
 
-  ${cmd} bin/sidekiq-cluster "${processes_args[@]}" -P $sidekiq_pidfile -e $RAILS_ENV "$@" 2>&1 | tee -a $sidekiq_logfile
+  ${cmd} bin/sidekiq-cluster "${processes_args[@]}" -P $sidekiq_pidfile -e $RAILS_ENV "$@" 2>&1 >> $sidekiq_logfile
 }
 
 cleanup()