Closed andyatkinson closed 2 months ago
Makes sense. I don't know why bundle add solid_queue
initially added this old version constraint "~> 0.1.2"
. I removed that and ran bundle update solid_queue
to get 0.8.1
, which has those updated tasks:
bin/rails -T solid_queue
bin/rails solid_queue:install # Install Solid Queue
bin/rails solid_queue:start # start solid_queue supervisor to dispatch and process jobs
😊
There's no: bin/rails solid_queue:install
in the current version, but presumably this task was changed to:
bin/rails solid_queue:install:migrations
which is a current task name