budget/bin/jobs
Andrew Tomaka 90ebe18524
All checks were successful
Ruby CI / test (pull_request) Successful in 20s
Upgrade solid_queue the rest of the way
2024-09-08 21:12:06 -04:00

6 lines
117 B
Ruby
Executable file

#!/usr/bin/env ruby
require_relative "../config/environment"
require "solid_queue/cli"
SolidQueue::Cli.start(ARGV)