From a460302728f8b57674d11da26b5a7cd62b608d19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A2u=20Cao?= Date: Thu, 1 Dec 2022 17:08:17 +0100 Subject: [PATCH] Add missing sidekiq queue --- nodes/mastodon-3.json | 1 - .../templates/default/mastodon-sidekiq.systemd.service.erb | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/nodes/mastodon-3.json b/nodes/mastodon-3.json index eef0506..18e8250 100644 --- a/nodes/mastodon-3.json +++ b/nodes/mastodon-3.json @@ -61,7 +61,6 @@ "nodejs::install", "backup::default", "logrotate::default", - "poise-git::default", "git::default", "git::package" ], diff --git a/site-cookbooks/kosmos-mastodon/templates/default/mastodon-sidekiq.systemd.service.erb b/site-cookbooks/kosmos-mastodon/templates/default/mastodon-sidekiq.systemd.service.erb index eea08fd..73d758e 100644 --- a/site-cookbooks/kosmos-mastodon/templates/default/mastodon-sidekiq.systemd.service.erb +++ b/site-cookbooks/kosmos-mastodon/templates/default/mastodon-sidekiq.systemd.service.erb @@ -10,7 +10,7 @@ WorkingDirectory=<%= @app_dir %> Environment="RAILS_ENV=production" Environment="DB_POOL=50" Environment="LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libjemalloc.so.2" -ExecStart=<%= @bundle_path %> exec sidekiq -c <%= @sidekiq_threads %> -q default -q mailers -q pull -q push +ExecStart=<%= @bundle_path %> exec sidekiq -c <%= @sidekiq_threads %> -q default -q mailers -q pull -q push -q ingress TimeoutSec=15 Restart=always