Setup solid queue for job processing (#19)

Reviewed-on: #19
This commit is contained in:
Andrew Tomaka 2024-07-26 21:48:32 -04:00
parent 14571a8dc2
commit c23f58a6df
10 changed files with 269 additions and 2 deletions

View file

@ -49,6 +49,7 @@ port ENV.fetch("PORT", 3000)
# Allow puma to be restarted by `bin/rails restart` command.
plugin :tmp_restart
plugin :solid_queue
# Only use a pidfile when requested
pidfile ENV["PIDFILE"] if ENV["PIDFILE"]