From 86932a8613fc0b56827b67272b4c639af7110c61 Mon Sep 17 00:00:00 2001 From: Felix Eckhofer <felix@eckhofer.com> Date: Sat, 21 Dec 2024 02:52:58 +0100 Subject: [PATCH] Start solid queue processing from puma --- config/puma.rb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/puma.rb b/config/puma.rb index afa809b..43e50e4 100644 --- a/config/puma.rb +++ b/config/puma.rb @@ -33,3 +33,6 @@ pidfile ENV.fetch("PIDFILE") { "tmp/pids/server.pid" } # Allow puma to be restarted by `bin/rails restart` command. plugin :tmp_restart + +# Run solid queue worker +plugin :solid_queue -- GitLab