Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update rake task name #325

Closed
wants to merge 1 commit into from

Conversation

andyatkinson
Copy link
Member

@andyatkinson andyatkinson commented Sep 5, 2024

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

bin/rails -T solid_queue
bin/rails solid_queue:dispatch            # start solid_queue dispatcher to enqueue scheduled jobs
bin/rails solid_queue:install:migrations  # Copy migrations from solid_queue to application
bin/rails solid_queue:start               # start solid_queue supervisor to dispatch and process jobs
bin/rails solid_queue:work                # start solid_queue supervisor to 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
@dhh
Copy link
Member

dhh commented Sep 6, 2024

@dhh dhh closed this Sep 6, 2024
@andyatkinson
Copy link
Member Author

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

😊

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants