Skip to content

Commit

Permalink
Remove Solid Queue integration and related configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew committed Nov 25, 2024
1 parent f1b8a22 commit 3799bdc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 12 deletions.
6 changes: 0 additions & 6 deletions bin/jobs

This file was deleted.

6 changes: 3 additions & 3 deletions config/environments/production.rb
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@
config.active_support.report_deprecations = false

# Replace the default in-process memory cache store with a durable alternative.
config.cache_store = :solid_cache_store
# config.cache_store = :solid_cache_store

# Replace the default in-process and non-durable queuing backend for Active Job.
config.active_job.queue_adapter = :solid_queue
config.solid_queue.connects_to = { database: { writing: :queue } }
# config.active_job.queue_adapter = :solid_queue
# config.solid_queue.connects_to = { database: { writing: :queue } }


# Ignore bad email addresses and do not raise email delivery errors.
Expand Down
3 changes: 0 additions & 3 deletions config/puma.rb
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@
# Allow puma to be restarted by `bin/rails restart` command.
plugin :tmp_restart

# Run the Solid Queue supervisor inside of Puma for single-server deployments
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"]

0 comments on commit 3799bdc

Please sign in to comment.