Hmm - it seems I might have a single worker - my 'accounts' page shows I've incurred 5c in costs so far.
Maybe this is a limitation of running clojure (which needs a JVM process) - not sure, the clojure support doesn't seem to be documented anywhere :) I'll leave it going for now - I can afford a few hours at 5c/hour. - Korny On 2 June 2011 12:31, Chris Berkhout <[email protected]> wrote: > Yeah, one dyno, no workers. > The pricing page shows you get 5MB in a shared database for free and I > think you're also limited to your app slug being 5MB. > I'm sure this was all clearer in previous versions of the web page. > > Check each individual add-on to see what you what/if it offers for free. > > Cheers, > Chris > > > On Thu, Jun 2, 2011 at 10:24 AM, Matt Allen <[email protected]> wrote: > > Hey Korny; > > > > I have several apps deployed onto Heroku and have only ever gotten an > > error once. > > > > You get a single dyno for free which will buckle under a certain > > amount of traffic, it's not like a single mongrel or whatever but it's > > pretty close as far as I can tell. You'll get an email if it hits it's > > limits. > > > > We host our site on there (http://devlogic.com.au/) without any hassle. > > > > Bottom line is, if it's a little app that you're mucking about it, you > > probably don't need to care. If it gets busy you can manually ramp it > > up, or I stumbled upon this yesterday: https://www.heroscale.com/ > > > > Matta > > > > On Thu, Jun 2, 2011 at 12:09 PM, Korny Sietsma <[email protected]> > wrote: > >> Hi folks - I've just deployed my first ever app to Heroku, and I'm > wondering > >> if anyone could clarify exactly what you get for free? > >> I'm a bit lost in the website - lots of stuff on nifty addons, but if > I'm > >> just deploying a demo app, what are the limitations? > >> And do I have to care? If I run out of memory / cpu / bandwidth > allocation, > >> will they throttle the app, or block it, or what? Everything seems to > be > >> working ok at the moment, but it's all pretty beta, it wouldn't surprise > me > >> if something leaked memory or kept sessions around for too long or the > like. > >> (I have no database, which might help) > >> (The app is an example clojure app - it seems Heroku now let you deploy > >> clojure! - it's very very simple at the moment, but if anyone is > interested > >> it's at http://korny-clojure-twitter-example.herokuapp.com/ code > >> at https://github.com/kornysietsma/twitter-example ) > >> - Korny > >> > >> -- > >> Kornelis Sietsma korny at my surname dot com http://korny.info > >> "Every jumbled pile of person has a thinking part > >> that wonders what the part that isn't thinking > >> isn't thinking of" > >> > >> -- > >> You received this message because you are subscribed to the Google > Groups > >> "Ruby or Rails Oceania" group. > >> To post to this group, send email to [email protected]. > >> To unsubscribe from this group, send email to > >> [email protected]. > >> For more options, visit this group at > >> http://groups.google.com/group/rails-oceania?hl=en. > >> > > > > -- > > You received this message because you are subscribed to the Google Groups > "Ruby or Rails Oceania" group. > > To post to this group, send email to [email protected]. > > To unsubscribe from this group, send email to > [email protected]. > > For more options, visit this group at > http://groups.google.com/group/rails-oceania?hl=en. > > > > > > -- > You received this message because you are subscribed to the Google Groups > "Ruby or Rails Oceania" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/rails-oceania?hl=en. > > -- Kornelis Sietsma korny at my surname dot com http://korny.info "Every jumbled pile of person has a thinking part that wonders what the part that isn't thinking isn't thinking of" -- You received this message because you are subscribed to the Google Groups "Ruby or Rails Oceania" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rails-oceania?hl=en.
