Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How many dyno hours have been used so far?

Is there a way to see how many dyno hours you have used so far this month on Heroku? I know it's on the invoice you get, but I want some "live" data.

I use some "One off processes" (heroku run rake...) quite often and want to track this somehow.

like image 568
Linus Avatar asked Jun 06 '12 19:06

Linus


People also ask

How are dyno hours consumed?

An app actively consumes free dyno hours if the app is set to use free dynos and any of the following are true: It has a web dyno that is receiving traffic (i.e., not sleeping) It has a worker dyno running. It has a one-off dyno running.

How can I get free dyno hours?

How are free dyno hours calculated? Personal accounts are given a base of 550 free dyno hours each month. An additional 450 free dyno hours is available for all accounts verified with a credit card for a total of 1000 hours per month.

How many requests can a dyno handle?

The maximum number of processes/threads that can exist in a dyno at any one time depends on dyno type: free , hobby and standard-1x dynos support no more than 256. standard-2x and private-s dynos support no more than 512. performance-m and private-m dynos support no more than 16384.

How are dynos calculated?

In this case it goes like this: gear 1 ratio x diff ratio = total ratio (2×3=6). So 300 Nm x 6 = 1800 Nm. Then we drive the same car with the second gear and the dyno shows 200 hp and 900 Nm. That is because our total ratio is now 3; gear 2 ratio x diff ratio = total ratio (1×3=3).


1 Answers

It was a bug.

Contacted Heroku support and they fixed it. You can see current usage here: https://api.heroku.com/account

like image 128
Linus Avatar answered Sep 23 '22 17:09

Linus