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

Commit

Permalink
Update readme 👀
Browse files Browse the repository at this point in the history
  • Loading branch information
spences10 committed Feb 13, 2017
1 parent 41ead52 commit 6c63295
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,6 @@ Go to the ‘Deploy’ dashboard on Heroku, select GitHub as the deployment meth

![](/src/images/heroku-connect-github.png)


## Heroku troubleshooting

What do you mean it crashed!?
Expand All @@ -272,7 +271,7 @@ $ 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 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)
![](/src/images/heroku-app-resources.gif)

Other useful Heroku commands I use:

Expand Down

0 comments on commit 6c63295

Please sign in to comment.