Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

Commit

Permalink
Merge pull request #29 from spences10/spences10-patch-1
Browse files Browse the repository at this point in the history
Heroku picture 👀
  • Loading branch information
spences10 committed Feb 13, 2017
2 parents 54410f9 + e1e6629 commit a0bc0c1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,9 @@ $ heroku ps:scale worker=0
$ heroku ps:scale worker=1
```

If that still crashes out then try setting the `Resources` on the Heroku dashboard, I found if you toggle between the `web`, `heroku` and `worker` it usually settles down. Basically you need to be set to the **`worker`** Dyno this is what causes the `Error R10 (Boot timeout)` crashes.
If that still crashes out then try setting the `Resources` on the Heroku dashboard, I found if you toggle between the `web`, `heroku` and `worker` it usually settles down. Basically you need to be set to the **`worker`** Dyno this is what causes the `Error R10 (Boot timeout)` crashes because it's trying to use one of the other resources when it should be using the **`worker`** Dyno.

![](/src/images/heroku-app-resources.png)

Other useful Heroku commands I use:

Expand Down

0 comments on commit a0bc0c1

Please sign in to comment.