-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathReadme
More file actions
25 lines (19 loc) · 722 Bytes
/
Readme
File metadata and controls
25 lines (19 loc) · 722 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
beanstalkd on heroku
SET UP:
1. git clone https://github.com/kr/bonegrinder.git
2. cd bonegrinder
3. heroku create --buildpack=http://github.com/kr/heroku-buildpack-inline.git
4. git push heroku master
5. heroku plugins:install https://github.com/JacobVorreuter/heroku-routing.git
6. heroku sudo labs:enable tcp-routing
7. heroku routes:create
8. heroku routes:attach tcp://route.heroku.com:... bs
9. heroku scale bs=2
TRY IT:
$ telnet route.heroku.com ...
CAVEAT LECTOR
Heroku provides no persistent filesystem, which means
there's no point to the -b flag; plus, Heroku kills
each of your dynos once per day (at least). So it's
quite likely you'll lose a few jobs here and there.
If you're cool with that, proceed!