diff --git a/Procfile.dev b/Procfile.dev index fde41edf..9570c942 100644 --- a/Procfile.dev +++ b/Procfile.dev @@ -1,3 +1,2 @@ web: bundle exec rails s -p ${PORT:-3000} -worker: bundle exec rake solid_queue:start js: yarn build --watch diff --git a/config/puma.rb b/config/puma.rb index 1dbd42ea..0f418965 100644 --- a/config/puma.rb +++ b/config/puma.rb @@ -43,3 +43,4 @@ # Allow puma to be restarted by `bin/rails restart` command. plugin :tmp_restart +plugin :solid_queue