summaryrefslogtreecommitdiff
path: root/www/gitlab/files/patch-bin_background__jobs
diff options
context:
space:
mode:
authorMatthias Fechner <mfechner@FreeBSD.org>2024-04-12 13:22:39 +0300
committerMatthias Fechner <mfechner@FreeBSD.org>2024-04-21 13:57:57 +0300
commit24ea305bffad4315fcc95fe4006d42801ffc1f5d (patch)
treedb89645f41c98899b318203327570df44f589e1a /www/gitlab/files/patch-bin_background__jobs
parentnet-p2p/c-lightning: upgrade from 24.02 to 24.02.2 (diff)
www/gitlab-ce: rename port to gitlab in preparation to add flavor support
Diffstat (limited to 'www/gitlab/files/patch-bin_background__jobs')
-rw-r--r--www/gitlab/files/patch-bin_background__jobs11
1 files changed, 11 insertions, 0 deletions
diff --git a/www/gitlab/files/patch-bin_background__jobs b/www/gitlab/files/patch-bin_background__jobs
new file mode 100644
index 000000000000..552f9367a5ce
--- /dev/null
+++ b/www/gitlab/files/patch-bin_background__jobs
@@ -0,0 +1,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()