Yank Solid Queue from development

It clogs up the test log and occasionally causes the puma to hang when
you want to quit.
This commit is contained in:
David Heinemeier Hansson
2025-04-18 16:30:30 +02:00
parent 1026408736
commit 70275c9f04
2 changed files with 1 additions and 5 deletions
+1 -1
View File
@@ -2,4 +2,4 @@
echo "Starting Fizzy on http://development-tenant.fizzy.localhost:3006"
SOLID_QUEUE_IN_PUMA=true exec ./bin/rails server -p 3006
exec ./bin/rails server -p 3006
-4
View File
@@ -62,10 +62,6 @@ Rails.application.configure do
# Highlight code that enqueued background job in logs.
config.active_job.verbose_enqueue_logs = true
# Use Solid Queue in Development.
config.active_job.queue_adapter = :solid_queue
config.solid_queue.connects_to = { database: { writing: :queue } }
# Raises error for missing translations.
# config.i18n.raise_on_missing_translations = true