Upgrade Solid Queue (#31)

Two step upgrade; migrations combined since zero downtime not relevant.

Reviewed-on: #31
This commit is contained in:
Andrew Tomaka 2024-09-08 21:13:59 -04:00
parent c64550785e
commit 4cbe7cfe37
9 changed files with 194 additions and 25 deletions

6
bin/jobs Executable file
View file

@ -0,0 +1,6 @@
#!/usr/bin/env ruby
require_relative "../config/environment"
require "solid_queue/cli"
SolidQueue::Cli.start(ARGV)