Skip to content

Commit

Permalink
Fix worker start command (#932)
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianPasquale authored Dec 16, 2024
1 parent ce32d18 commit 3b8e09a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Procfile.dev
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
web: ./bin/rails server -p 3000 -b 0.0.0.0
js: yarn build:js --watch
css: yarn build:css --watch
worker: ./bin/rails jobs:work
2 changes: 1 addition & 1 deletion heroku.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ run:
web: bundle exec puma -C config/puma.rb
worker:
command:
- ./bin/delayed_job start
- bundle exec rails jobs:work
image: web

0 comments on commit 3b8e09a

Please sign in to comment.