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

@ -38,7 +38,7 @@ env:
clear:
# Run the Solid Queue Supervisor inside the web server's Puma process to do jobs.
# When you start using multiple servers, you should split out job processing to a dedicated machine.
SOLID_QUEUE_IN_PUMA: true
SOLID_QUEUE_IN_PUMA: false
# Set number of processes dedicated to Solid Queue (default: 1)
# JOB_CONCURRENCY: 3