From 826435e8ef419438138c55fe5e71b2c721570c00 Mon Sep 17 00:00:00 2001 From: Mikhail Klementev Date: Fri, 31 Mar 2023 23:11:44 +0000 Subject: [PATCH] Hotfix --- mastodon.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mastodon.nix b/mastodon.nix index 12e95d8..b4c7d17 100644 --- a/mastodon.nix +++ b/mastodon.nix @@ -57,8 +57,8 @@ let queues = ['default', 'push', 'ingress'] procs += [sidekiq(qs) for qs in permutations(queues)] - for p in procs: - p.wait() + p = sidekiq(['mailers', 'pull', 'scheduler', 'default', 'push', 'ingress']) + p.wait() ''; s3cmd = pkgs.writeShellScript "s3cmd" ''