Re: "Your application is too busy to open a console session."

2011-02-14 Thread David Dollar
Console sessions do happen over a dyno. A dyno will be in-use for the time 
between when you press enter on a command and the result comes back. Idle time 
sitting at the console prompt does not use up a dyno.

Hope this helps,
David

On Feb 13, 2011, at 6:46 AM, Neil Middleton wrote:

> This had me worried for a minute, as I frequently open consoles on 1 dyno 
> apps.  That message suggests that if a console is open, a dyno is busy 
> servicing the request.
> 
> However, after a quick check it seems to not be the case.  Maybe someone @ 
> Heroku could tell us what the deal is here - I don't want my inquisitiveness 
> to take a site offline ;)
> 
>  
> Neil Middleton
> http://about.me/neilmiddleton
> On Saturday, 12 February 2011 at 12:14, MikeBlyth wrote:
> 
>> Console sessions require an open dyno to use for execution.
> 
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "Heroku" group.
> To post to this group, send email to heroku@googlegroups.com.
> To unsubscribe from this group, send email to 
> heroku+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/heroku?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
"Heroku" group.
To post to this group, send email to heroku@googlegroups.com.
To unsubscribe from this group, send email to 
heroku+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en.



Re: "Your application is too busy to open a console session."

2011-02-13 Thread Keenan Brock
It is a read only filesystem. So sqlite3 would not work



On Feb 13, 2011, at 6:20 AM, Vinicius de Araujo Barboza 
 wrote:

> I'm also new to Heroku and get the same error here following the
> documentation guide.
> And another question about databases:
> Does Heroku support SQLite3?
> 
> On Feb 12, 10:14 am, MikeBlyth  wrote:
>> I'm new to Heroku, trying to get my databases set up, and when I try
>> to open the console this is what I get:
>> 
>> Your application is too busy to open a console session.
>> Console sessions require an open dyno to use for execution.
>> 
>> I tried putting the application into maintenance mode in case it was
>> in fact doing something, but this doesn't help. The app crashes
>> whenever it starts, so hard to see how it is too busy.
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "Heroku" group.
> To post to this group, send email to heroku@googlegroups.com.
> To unsubscribe from this group, send email to 
> heroku+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/heroku?hl=en.
> 

-- 
You received this message because you are subscribed to the Google Groups 
"Heroku" group.
To post to this group, send email to heroku@googlegroups.com.
To unsubscribe from this group, send email to 
heroku+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en.



Re: "Your application is too busy to open a console session."

2011-02-13 Thread Neil Middleton
This had me worried for a minute, as I frequently open consoles on 1 dyno apps. 
That message suggests that if a console is open, a dyno is busy servicing the 
request.

However, after a quick check it seems to not be the case. Maybe someone @ 
Heroku could tell us what the deal is here - I don't want my inquisitiveness to 
take a site offline ;)


Neil Middleton
http://about.me/neilmiddleton
On Saturday, 12 February 2011 at 12:14, MikeBlyth wrote: 
> Console sessions require an open dyno to use for execution. 

-- 
You received this message because you are subscribed to the Google Groups 
"Heroku" group.
To post to this group, send email to heroku@googlegroups.com.
To unsubscribe from this group, send email to 
heroku+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en.



Re: "Your application is too busy to open a console session."

2011-02-13 Thread Vinicius de Araujo Barboza
I'm also new to Heroku and get the same error here following the
documentation guide.
And another question about databases:
Does Heroku support SQLite3?

On Feb 12, 10:14 am, MikeBlyth  wrote:
> I'm new to Heroku, trying to get my databases set up, and when I try
> to open the console this is what I get:
>
>     Your application is too busy to open a console session.
>     Console sessions require an open dyno to use for execution.
>
> I tried putting the application into maintenance mode in case it was
> in fact doing something, but this doesn't help. The app crashes
> whenever it starts, so hard to see how it is too busy.

-- 
You received this message because you are subscribed to the Google Groups 
"Heroku" group.
To post to this group, send email to heroku@googlegroups.com.
To unsubscribe from this group, send email to 
heroku+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en.



"Your application is too busy to open a console session."

2011-02-12 Thread MikeBlyth
I'm new to Heroku, trying to get my databases set up, and when I try
to open the console this is what I get:

    Your application is too busy to open a console session.
Console sessions require an open dyno to use for execution.

I tried putting the application into maintenance mode in case it was
in fact doing something, but this doesn't help. The app crashes
whenever it starts, so hard to see how it is too busy.

-- 
You received this message because you are subscribed to the Google Groups 
"Heroku" group.
To post to this group, send email to heroku@googlegroups.com.
To unsubscribe from this group, send email to 
heroku+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en.