503 error when decreasing dynos

2011-05-11 Thread midwaltz
When decreasing Dynos while they are busy, some of them return a 503 status error with Heroku error code H13 (Connection closed without response http://devcenter.heroku.com/articles/error-codes#h13__connection_closed_without_response). I can only speculate, but to me it looks like instead of wai

Re: Could an admin add a subject prefix to this list, like [heroku]

2011-05-11 Thread Miles Smith
I think what Richard is saying is there is no reason to force a change on every user, when a less intrusive (filters) method exists. On May 11, 2011 3:36 PM, "Travis Reeder" wrote: > I get the filter thing can work, but how about not making everyone on the > list create a filter when one person ca

Re: Could an admin add a subject prefix to this list, like [heroku]

2011-05-11 Thread Travis Reeder
I get the filter thing can work, but how about not making everyone on the list create a filter when one person can do it once for the entire list. I don't think the reasons you present are very compelling reasons to not do it. Subject line noise is most welcome when it tells me what list it's from

Re: Could an admin add a subject prefix to this list, like [heroku]

2011-05-11 Thread Miles Smith
Well look who slept at a holiday inn express last night! Thanks for the tip Richard. On May 11, 2011 3:20 PM, "Richard Conroy" wrote: > There is usually good reason why lists don't prefix. Line noise on the > subject line being one of them, also the availability of advanced e-mail > clients that c

Re: Could an admin add a subject prefix to this list, like [heroku]

2011-05-11 Thread Richard Conroy
There is usually good reason why lists don't prefix. Line noise on the subject line being one of them, also the availability of advanced e-mail clients that can do powerful filtering. For instance, in GMail, which both of you use, I can set a filter to label all my Heroku posts. Hence, subject pr

Re: Could an admin add a subject prefix to this list, like [heroku]

2011-05-11 Thread Miles Smith
I second this. On May 11, 2011 10:54 AM, "Travis Reeder" wrote: > So we can know what list it is without having to open the email. > > Cheers. > > -- > You received this message because you are subscribed to the Google Groups "Heroku" group. > To post to this group, send email to heroku@googlegrou

Could an admin add a subject prefix to this list, like [heroku]

2011-05-11 Thread Travis Reeder
So we can know what list it is without having to open the email. Cheers. -- 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...@g

Get last deployed time

2011-05-11 Thread szh
I want to show my users that my app is still active by showing the last time an update was deployed. How can I get the last time an update was deployed to Heroku from within my app? -- You received this message because you are subscribed to the Google Groups "Heroku" group. To post to this gro

Re: Elevated Error Rates

2011-05-11 Thread Keith Tom
+1 On Wed, May 11, 2011 at 4:31 AM, John Norman wrote: > I agree entirely. > > The messaging needs to have a very strong correlation to reality. If > "elevated error rates" describes a specific thing, we should know exactly > what that is. If it covers a range of issues, then the message is > in

Re: can my APP execute `heroku domain:add #{variable}` ?

2011-05-11 Thread marcin naglik
Hi, I had the same case in my heroku app and created gem for it: https://github.com/managr/heroku-domainr Cheers, Marcin -- 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

Rails 3.1 asset pipeline causing 503?

2011-05-11 Thread Klaus Hartl
Hello there, I was curious and tried if I can use the new assets pipeline that comes with Rails 3.1 beta (sprockets). From time to time I am getting a 503 for requests of those merged application.js/.css files, an example from my log: 2011-05-11T12:26:10+00:00 app[web.1]: cache: [GET /assets/ app

Re: Git commands within app

2011-05-11 Thread Keenan Brock
Hi Clément, I did notice the environment variable: ENV["LAST_GIT_BY"] But nothing is stopping you from populating the sha into a config variable upon deploy. On our staging servers we go so far as to display our git information in a status bar. I remember heroku having something like this

Re: Elevated Error Rates

2011-05-11 Thread John Norman
I agree entirely. The messaging needs to have a very strong correlation to reality. If "elevated error rates" describes a specific thing, we should know exactly what that is. If it covers a range of issues, then the message is insufficient. And, of course, Eric's point about what "elevated" could

Re: Git commands within app

2011-05-11 Thread Clément
Indeed heroku console is a nice friend, thanks for the noticing git binaries :) But running on a dyno, app is extracted from its repo (thanks Oren) I'm sometimes using a simple heroku-lovely-git-pure workflow (so no deploy task). I would love add locally a post-commit hook on git which would set