Skip to content

Commit

Permalink
Use rake task to start solid_queue
Browse files Browse the repository at this point in the history
  • Loading branch information
moveson committed Dec 28, 2024
1 parent f7142e9 commit 9965306
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Procfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
web: bin/rails server
worker: bin/jobs -c config/queue.yml
worker: bundle exec rake solid_queue:start
release: bundle exec rails db:migrate
2 changes: 1 addition & 1 deletion Procfile.dev
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
web: bin/rails server -p 3000
worker: bin/jobs -c config/queue.yml
worker: bundle exec rake solid_queue:start
js: yarn build --watch
css: yarn build:css --watch

0 comments on commit 9965306

Please sign in to comment.