remove solid_queue

This commit is contained in:
2025-11-19 09:46:45 +01:00
parent ef629b41e5
commit a52605f8e8
6 changed files with 15 additions and 34 deletions

View File

@ -34,10 +34,10 @@ port ENV.fetch("PORT", 3000)
plugin :tmp_restart
# Run the Solid Queue supervisor inside of Puma for single-server deployments
plugin :solid_queue if ENV["SOLID_QUEUE_IN_PUMA"]
# plugin :solid_queue if ENV["SOLID_QUEUE_IN_PUMA"]
# Specify the PID file. Defaults to tmp/pids/server.pid in development.
# In other environments, only set the PID file if requested.
pidfile ENV["PIDFILE"] if ENV["PIDFILE"]
plugin :solid_queue
# plugin :solid_queue