Skip to content
Snippets Groups Projects
Commit fefa0dba authored by Allen Gilliland's avatar Allen Gilliland
Browse files

small tweaks to Heroku docs.

parent 637c0a20
Branches
Tags
No related merge requests found
......@@ -16,8 +16,7 @@ This will launch a Heroku deployment using a github repository that Metabase mai
### Known Issues
* Sometimes the app boots slowly on Heroku instances and fails to fully start within 60 seconds which results in a failed launch. Just watch out for this and retry if it happens.
* Heroku’s 30 second timeouts on all web requests can cause a few issues if you happen to have longer running database queries. Most people don’t run into this but be aware that it’s possible.
* If you don’t access the application for a while Heroku will sleep your Metabase environment. This won’t harm anything, but it can seem like the application is slow to respond when actually its just Heroku waking up the environment.
* If you don’t access the application for a while Heroku will sleep your Metabase environment. This prevents things like Pulses and Metabase background tasks from running when scheduled and at times makes the app appear to be slow when really it's just Heroku reloading your app.
Now that you’ve installed Metabase, it’s time to [set it up and connect it to your database](../setting-up-metabase.md).
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment