Skip to content

Commit

Permalink
No need for redis, use correct heroku process name on readmes
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosantoniodasilva committed Apr 23, 2024
1 parent c71a1d7 commit 80914e2
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion sample-apps/delayed_job-sample/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@ To install Judoscale:

```sh
# scale up a worker dyno before doing this so Judoscale picks it up
heroku ps:scale dj=1
heroku ps:scale heroku_dj=1
heroku addons:create judoscale
```
2 changes: 1 addition & 1 deletion sample-apps/good_job-multi-db-sample/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@ To install Judoscale:

```sh
# scale up a worker dyno before doing this so Judoscale picks it up
heroku ps:scale dj=1
heroku ps:scale heroku_good_job=1
heroku addons:create judoscale
```
2 changes: 1 addition & 1 deletion sample-apps/good_job-sample/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@ To install Judoscale:

```sh
# scale up a worker dyno before doing this so Judoscale picks it up
heroku ps:scale dj=1
heroku ps:scale heroku_good_job=1
heroku addons:create judoscale
```
2 changes: 1 addition & 1 deletion sample-apps/que-2-sample/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@ To install Judoscale:

```sh
# scale up a worker dyno before doing this so Judoscale picks it up
heroku ps:scale que=1
heroku ps:scale heroku_que=1
heroku addons:create judoscale
```
2 changes: 1 addition & 1 deletion sample-apps/resque-sample/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@ To install Judoscale:

```sh
# scale up a worker dyno before doing this so Judoscale picks it up
heroku ps:scale resque=1
heroku ps:scale heroku_resque=1
heroku addons:create judoscale:trial
```
2 changes: 1 addition & 1 deletion sample-apps/sidekiq-sample/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@ To install Judoscale:

```sh
# scale up a worker dyno before doing this so Judoscale picks it up
heroku ps:scale sidekiq=1
heroku ps:scale heroku_sidekiq=1
heroku addons:create judoscale:trial
```
3 changes: 1 addition & 2 deletions sample-apps/solid_queue-sample/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ This is a minimal Rails app to test the judoscale-solid_queue gem.
- Ruby
- Node
- [Heroku CLI](https://devcenter.heroku.com/articles/heroku-cli)
- Redis

## Set up the app

Expand Down Expand Up @@ -48,6 +47,6 @@ To install Judoscale:

```sh
# scale up a worker dyno before doing this so Judoscale picks it up
heroku ps:scale dj=1
heroku ps:scale heroku_solid_queue=1
heroku addons:create judoscale
```

0 comments on commit 80914e2

Please sign in to comment.