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" ''