3

I am all set to launch my app and its backend is Django and hosted on Heroku.

As per the Heroku website I will get free 1000 dyno hours but what are these hours, I mean maximum number of hours in a month is 744 so how does it work?

Is it based on number of users using the app or something else?

ChrisGPT was on strike
  • 127,765
  • 105
  • 273
  • 257
Manoj ahirwar
  • 1,062
  • 1
  • 10
  • 24

1 Answers1

5

As per the Heroku website I will get free 1000 dyno hours but what are these hours, I mean maximum number of hours in a month is 744 so how does it work?

Apps on Heroku can use more than one dyno:

Those hours all add up.

ChrisGPT was on strike
  • 127,765
  • 105
  • 273
  • 257