Book Image

Heroku Cloud Application Development

By : Anubhav Hanjura
Book Image

Heroku Cloud Application Development

By: Anubhav Hanjura

Overview of this book

Table of Contents (17 chapters)
Heroku Cloud Application Development
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

The Apps page


The following screenshot shows the Apps page for a registered Heroku user with deployed apps on the Heroku platform:

The Apps page lists two types of apps:

  • Apps deployed by you

  • Apps where you are a collaborator

The Apps page also contains a search text area where you can look up apps based on the following categories:

  • App name

  • App owner

  • Buildpack

  • Region

  • Stack

The Resources tab

The following screenshot shows the Resources link available for each app shown on the Apps page:

On clicking on the Resources link for a particular application, you can see the resource usage for that application.

In the following case shown, the dry-tundra-5039 application:

  • Uses 1 web dyno and 0 worker dynos

  • Uses the free Heroku Postgres :: Maroon version of the Postgres database

  • Has an estimated monthly running cost of $0 since it is using just 1 web dyno, which is free for up to 750 hours of monthly usage, and other add-ons used are also free

This level of transparency is quite appealing for customers small and big...