Skip to content

Commit

Permalink
Use bin/jobs to see if that deals with intermittant constantize error
Browse files Browse the repository at this point in the history
  • Loading branch information
epugh committed Jan 15, 2025
1 parent 6d98540 commit dbbfeb6
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,2 +1,2 @@
web: bundle exec puma -C config/puma.rb
worker: bundle exec rake solid_queue:start
worker: bundle exec bin/jobs
2 changes: 1 addition & 1 deletion app.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"worker": {
"quantity": 1,
"size": "standard-1x",
"command": "bundle exec rake solid_queue:start"
"command": "bundle exec bin/jobs"
},
"web": {
"quantity": 1,
Expand Down

0 comments on commit dbbfeb6

Please sign in to comment.