Re: NoMethodError for Class:Class

2011-10-17 Thread DanThiffault
It was happening all the time. I ended up switching to resque & resque-
scheduler to try and debug (which gave me a new error). Through that
process I realized that heroku is on bundler 1.1.x while I had 1.0.x
locally.  That (and heroku's support) helped me to track down the
resque issue.

Any one that has a similar issue I'd suggest checking the log file
after you push to heroku and make sure you're running the same version
of bundler. 1.1 isn't stable yet and it does some strange things
still.

On Oct 17, 11:09 pm, Jonathan Owens 
wrote:
> We get this happening in Resque sometimes and restarting the worker seems to
> clear it up. Still annoying though. Have you ever gotten this to run
> successfully or does it fail immediately?

-- 
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: Procfile, cedar and logs

2011-10-17 Thread kowsik
Adam, tried that but no worky for me. Here's what I see. On Bamboo,
when I push code, I usually see thin and the bundle exec rake getting
killed with SIGTERM (with full backtrace) and then restarted. With
Cedar, all I get is 'Release v%% created by' message.

If I now do heroku ps;scale worker=0 followed by worker=1 I see the
'Starting process with command' message. However this is only for the
worker, but not the mailer.

Thanks,

K.
---
http://blitz.io
@pcapr

On Mon, Oct 17, 2011 at 2:14 PM, Adam Wiggins  wrote:
> You might try putting this at the top of your email:work task:
>     STDOUT.sync = true
> Ruby buffers output by default, which can cause it to delay appearing in the
> logs until you have enough output.
> Adam
>
> --
> 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: Procfile, cedar and logs

2011-10-17 Thread Adam Wiggins
You might try putting this at the top of your email:work task:

STDOUT.sync = true

Ruby buffers output by default, which can cause it to delay appearing in the
logs until you have enough output.

Adam

-- 
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: 404 Nginx Errors

2011-10-17 Thread joshmckin
No problemo...would be nice to hear from them though...going on 3+ hours 
with no replies to my ticket. Is there are higher urgency than "urgent"?

-- 
You received this message because you are subscribed to the Google Groups 
"Heroku" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/heroku/-/mhtAUd99OEgJ.
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: 404 Nginx Errors

2011-10-17 Thread Kerri Miller
Thanks for the update.

On Mon, Oct 17, 2011 at 12:25 PM, joshmckin  wrote:

> Looks like they tried something; https://status.heroku.com/
>
> But I'm still getting 404 and somethings heroku restart fails.
>
>  --
> You received this message because you are subscribed to the Google Groups
> "Heroku" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/heroku/-/QyxVNDsNWQ0J.
> 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.



Procfile, cedar and logs

2011-10-17 Thread kowsik
Just moved one of our apps to cedar. Have this in our Procfile:
'mailer: bundle exec rake email:work' which we use for sending out all
sorts of emails. While I can ps:scale mailer=1, I can't seem to get
the output from this task using 'heroku logs -t'. I do see the output
from jobs:work as well as the web dynos though. Just a transient
glitch or do I need to enable something to see the consolidated logs
from across all dynos?

Thanks,

K.
---
http://blitz.io
@pcapr

-- 
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: 404 Nginx Errors

2011-10-17 Thread joshmckin
Looks like they tried something; https://status.heroku.com/

But I'm still getting 404 and somethings heroku restart fails.

-- 
You received this message because you are subscribed to the Google Groups 
"Heroku" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/heroku/-/QyxVNDsNWQ0J.
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: 404 Nginx Errors

2011-10-17 Thread kowsik
Yup, same here. Been sporadic and also the page load times have been
pretty slow.

K.
---
http://blitz.io
@pcapr

On Mon, Oct 17, 2011 at 11:32 AM, joshmckin  wrote:
> Been getting 404 Nginx Errors on several apps through today. Anyone else
> getting this delightful message. Still waiting to here back from Heroku and
> their all systems go status at https://status.heroku.com/ is a bit
> disheartening. So I thought I'd see if we are the only one.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Heroku" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/heroku/-/EM-B-z7QPC4J.
> 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.



404 Nginx Errors

2011-10-17 Thread joshmckin
Been getting 404 Nginx Errors on several apps through today. Anyone else 
getting this delightful message. Still waiting to here back from Heroku and 
their all systems go status at https://status.heroku.com/ is a bit 
disheartening. So I thought I'd see if we are the only one.

-- 
You received this message because you are subscribed to the Google Groups 
"Heroku" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/heroku/-/EM-B-z7QPC4J.
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: NoMethodError for Class:Class

2011-10-17 Thread Jonathan Owens
We get this happening in Resque sometimes and restarting the worker seems to 
clear it up. Still annoying though. Have you ever gotten this to run 
successfully or does it fail immediately?

-- 
You received this message because you are subscribed to the Google Groups 
"Heroku" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/heroku/-/xpDmQL3dwA0J.
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.