Add Solid Queue

We'll run jobs via the Puma plugin for now, to simplify the deployment.
This commit is contained in:
Kevin McConnell
2025-01-08 13:49:01 +00:00
parent 2e892e0766
commit 90538afb3b
10 changed files with 208 additions and 1 deletions
+2
View File
@@ -44,3 +44,5 @@ group :test do
gem "capybara"
gem "selenium-webdriver"
end
gem "solid_queue", "~> 1.1"