Add Solid Queue

We'll run jobs via the Puma plugin for now, to simplify the deployment.
This commit is contained in:
Kevin McConnell
2025-01-08 13:49:01 +00:00
parent 2e892e0766
commit 90538afb3b
10 changed files with 208 additions and 1 deletions
+3
View File
@@ -19,3 +19,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 with Puma
plugin :solid_queue