aboutsummaryrefslogtreecommitdiff
path: root/www/gitlab-ce/files/patch-bin_background__jobs
diff options
context:
space:
mode:
Diffstat (limited to 'www/gitlab-ce/files/patch-bin_background__jobs')
-rw-r--r--www/gitlab-ce/files/patch-bin_background__jobs11
1 files changed, 11 insertions, 0 deletions
diff --git a/www/gitlab-ce/files/patch-bin_background__jobs b/www/gitlab-ce/files/patch-bin_background__jobs
new file mode 100644
index 000000000000..8ede44b924f3
--- /dev/null
+++ b/www/gitlab-ce/files/patch-bin_background__jobs
@@ -0,0 +1,11 @@
+--- bin/background_jobs.orig 2021-10-27 21:39:44 UTC
++++ bin/background_jobs
+@@ -56,7 +56,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
+ }
+
+ action="$1"