Re: How can I edit my db schema from the console?

2010-03-08 Thread senihele
looks like you can run from the console repository.adapter.query("...") On Jan 30, 8:29 pm, senihele wrote: > Hey all, > > I have a Sinatra/Datamapper application on Heroku.  Datamapper doesn't > handle migrations very well, and to the best of my knowledge can't > remove or rename a column witho

Re: TweetStream

2010-03-08 Thread Jim Gilliam
Tons of missed tweets. If the tweets you're looking for happen to have URLs attached, then you can use Topsy, which is pretty good. On Mon, Mar 8, 2010 at 11:06 AM, adeel...@gmail.com wrote: > Jim - Interesting, is the problem with the search API the rate- > limiting? missed tweets? API timeouts

Re: Dynos & Queue Depth

2010-03-08 Thread Oren Teich
the queue is the list of what is waiting. Requests coming in - requests getting served == queue. Oren On Mon, Mar 8, 2010 at 2:55 PM, Daniele wrote: > Hi, > I wrote a simple test app to test the queue with a dummy 1 sec action. > The app has 1 syno active. > The controller: > > class VisitmeCo

Re: bundle upload and animation

2010-03-08 Thread Jason
Saw it right on the main addon page. Also, I believe I saw it in a comment from Oren. Perhaps it was planned but unfinished. http://addons.heroku.com/bundles "A bundle is an archive (tarball) of your application code repository and a dump of the database. When you initiate a bundle capture, it's

Dynos & Queue Depth

2010-03-08 Thread Daniele
Hi, I wrote a simple test app to test the queue with a dummy 1 sec action. The app has 1 syno active. The controller: class VisitmeController < ApplicationController def test sleep 1 render :text => "#{Time.now} - Queue: #{request.headers["HTTP_X_HEROKU_QUEUE_DEPTH"]}" end end So I lu

Re: Dynos pricing

2010-03-08 Thread Mike
Is auto-scale something you're looking to add in the future? On Mar 8, 1:34 pm, Oren Teich wrote: > it's based on what you have set.  Set dynos to 2 for an hour, and you'll pay > $0.05.  Set it to 2 for 30 minutes, and you'll pay $0.025.  We don't > currently auto-scale. > > Oren > > On Mon, Mar

Re: Basic Production Site

2010-03-08 Thread Oren Teich
Correct, daily. Oren On Mon, Mar 8, 2010 at 1:41 PM, DAZ wrote: > Sorry just one more question in reply to Oren - how often do you > backup for disaster recovery purposes, daily? > > cheers, > > DAZ > > > > On Mar 8, 9:06 pm, Oren Teich wrote: > > Everything is fully backed for disaster recover

Re: Basic Production Site

2010-03-08 Thread DAZ
Sorry just one more question in reply to Oren - how often do you backup for disaster recovery purposes, daily? cheers, DAZ On Mar 8, 9:06 pm, Oren Teich wrote: > Everything is fully backed for disaster recovery purposes.  We don't provide > user accessible backups - it's only in case somethin

Re: Basic Production Site

2010-03-08 Thread DAZ
Thanks to all of you taking the time to make this much clearer. Looking forward to getting it all set up. Thanks again, DAZ On Mar 8, 9:20 pm, Carl Fyffe wrote: > There is an add-on for New Relic:http://addons.heroku.com/newrelic > > Basically you want to watch how long your response time is

Re: Basic Production Site

2010-03-08 Thread Carl Fyffe
There is an add-on for New Relic: http://addons.heroku.com/newrelic Basically you want to watch how long your response time is using the Apdex Scoring to determine if your site is fast enough for the traffic that you have. http://newrelic.com/features.html#ApdexScoring With the traffic that you h

Re: Basic Production Site

2010-03-08 Thread Terence Lee
You would add dynos to increase the number of rails instances that are run concurrently, so you can scale your site. Workers would correspond to background jobs. -Terence On Mon, 2010-03-08 at 13:10 -0800, DAZ wrote: > Thanks Oren, > > That's useful as a starting point. What do I use to 'see ho

Re: Basic Production Site

2010-03-08 Thread Terence Lee
I've never come near the limit. I think Oren or someone from Heroku reaches out to you. -Terence On Mon, 2010-03-08 at 13:07 -0800, DAZ wrote: > Thanks for that Terence, > > Just a question about your last point. How do I choose which plan? Say > I went for the free plan (Blossom), how do I know

Re: Basic Production Site

2010-03-08 Thread DAZ
Thanks Oren, That's useful as a starting point. What do I use to 'see how it goes' - sorry I'm new to this game and not sure if I'd know if the site was performing well or not. What do you mean when you say 'scaling traffic instantly' - why would I add dynos and/or workers? cheers, DAZ On Mar 8

Re: Basic Production Site

2010-03-08 Thread DAZ
Thanks for that Terence, Just a question about your last point. How do I choose which plan? Say I went for the free plan (Blossom), how do I know if it needs upgrading - does it crash, do I get an email warning or does it just increase as needed and then I get charged? cheers, DAZ On Mar 8, 8

Re: Basic Production Site

2010-03-08 Thread Oren Teich
Everything is fully backed for disaster recovery purposes. We don't provide user accessible backups - it's only in case something goes wrong with the systems. This includes your DB and your app. Start on a koi + 1 dyno, and see how it goes. You can scale the traffic instantly. Oren On Mon, M

Re: Basic Production Site

2010-03-08 Thread Terence Lee
Answers below. On Mon, 2010-03-08 at 12:31 -0800, DAZ wrote: > Hi, > > I'm planning on launching a production site using Heroku, but have a > few questions: > > 1) Are sites that are hosted on Heroku backed up or do I have to do it > manually - what is the procedure for doing this? You have to d

Basic Production Site

2010-03-08 Thread DAZ
Hi, I'm planning on launching a production site using Heroku, but have a few questions: 1) Are sites that are hosted on Heroku backed up or do I have to do it manually - what is the procedure for doing this? 2) Is the database backed up as well? 3) How does the pricing work? This site has around

Re: Dynos pricing

2010-03-08 Thread Daniele
Thank you Oren On 8 Mar, 19:34, Oren Teich wrote: > it's based on what you have set.  Set dynos to 2 for an hour, and you'll pay > $0.05.  Set it to 2 for 30 minutes, and you'll pay $0.025.  We don't > currently auto-scale. -- You received this message because you are subscribed to the Google G

Re: TweetStream

2010-03-08 Thread adeel...@gmail.com
Jim - Interesting, is the problem with the search API the rate- limiting? missed tweets? API timeouts? - Adeel On Mar 7, 3:37 pm, Jim Gilliam wrote: > I run two apps dependent on the Twitter streaming API, so I set up stream > processing on a separate EC2 instance, posting the data via HTTP to

Re: Dynos pricing

2010-03-08 Thread Oren Teich
it's based on what you have set. Set dynos to 2 for an hour, and you'll pay $0.05. Set it to 2 for 30 minutes, and you'll pay $0.025. We don't currently auto-scale. Oren On Mon, Mar 8, 2010 at 3:32 AM, Daniele wrote: > Hi all, > from docs I read "subsequent dynos cost $0.05 per hour, prorate

Re: bundle upload and animation

2010-03-08 Thread Terence Lee
Hi Jason, Where are you seeing documentation about uploading a bundle? I've inquired about this before, but afaik there is no support for bundle upload. Bundle animation is using a previously captured bundle. Cheers, Terence On Sun, 2010-03-07 at 22:17 -0800, Jason wrote: > I've seen several p

Dynos pricing

2010-03-08 Thread Daniele
Hi all, from docs I read "subsequent dynos cost $0.05 per hour, prorated to the second". So I will pay dynos for effective seconds usage? Thank you in advance. -- You received this message because you are subscribed to the Google Groups "Heroku" group. To post to this group, send email to her..