Add Solid Queue
We'll run jobs via the Puma plugin for now, to simplify the deployment.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user