Added recommendation against running free dynos in production. (#54)
This commit is contained in:
parent
92d17be27b
commit
4e1e8bf7aa
|
@ -3,14 +3,15 @@ Heroku guide
|
||||||
|
|
||||||
[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://dashboard.heroku.com/new?button-url=https://github.com/tootsuite/mastodon&template=https://github.com/tootsuite/mastodon)
|
[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://dashboard.heroku.com/new?button-url=https://github.com/tootsuite/mastodon&template=https://github.com/tootsuite/mastodon)
|
||||||
|
|
||||||
Mastodon _can_ be run on a free [Heroku](https://heroku.com) app. It should be
|
Mastodon on [Heroku](https://heroku.com) requires more than one Dyno. In theory
|
||||||
noted this has limited testing and could have unpredictable results in
|
and experience, running on free hobby Dynos is not practical for production use.
|
||||||
production. For production uses, free hobby dynos are probably not sufficient.
|
Running on Heroku's hobby Dynos and free add-on tiers has limited testing
|
||||||
See [#1275](https://github.com/tootsuite/mastodon/issues/1275) for details.
|
purposes and is not recommended in production. See [#1275](https://github.com/tootsuite/mastodon/issues/1275)
|
||||||
|
for details.
|
||||||
|
|
||||||
## Limitations
|
## Limitations
|
||||||
|
|
||||||
Currently heroku setup has two main limitations:
|
Currently heroku setup has two main technical limitations:
|
||||||
|
|
||||||
- Animated GIF upload requires extra setup ([#1007](https://github.com/tootsuite/mastodon/issues/1007)).
|
- Animated GIF upload requires extra setup ([#1007](https://github.com/tootsuite/mastodon/issues/1007)).
|
||||||
- Streaming API requires extra setup ([#1119](https://github.com/tootsuite/mastodon/issues/1119)).
|
- Streaming API requires extra setup ([#1119](https://github.com/tootsuite/mastodon/issues/1119)).
|
||||||
|
|
Loading…
Reference in New Issue