serving wong version ??

2012-03-20 Thread Jay Baker
Hi all. I'm going nuts looking at this. I have an app that has been fine. 
I've been deploying to it now and then for a few weeks. Today things have 
gotten out of sync. I have a local branch master that is a tracking branch 
of my remote heroku/master. Both are pointing to the same commit. However, 
when I hit the pp, it is running code from several commits ago. For 
example, I am getting an exception from a line that is no longer in the 
code base. It is like the app is not updating. Nothing funky in the logs, 
and again, git says that are both pointing to the same commit. I'm running 
the python cedar stack. Obviously I am missing something that is staring me 
in the face, but I can't find it. Any helpful pointers?

-- 
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/-/h-v6IaGbFaEJ.
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: serving wong version ??

2012-03-20 Thread Joe Kueser
Hi Jay,

I had a similar problem with a Rails app and about the time I was ready to
give up I ran heroku restart and the problem fixed itself.

The only time I have seen similar behavior in real live (off Heroku) is
when .pyc files are hanging out that shouldn't be there. Deleting them
usually does the trick. This shouldn't be a problem with  you unless you
are committing .pyc files, which could cause all kinds of nasty things to
happen.

Not sure if this will help you, but it's worth a try.

Joe K

On Mon, Mar 19, 2012 at 3:29 PM, Jay Baker jbaker.w...@gmail.com wrote:

 Hi all. I'm going nuts looking at this. I have an app that has been fine.
 I've been deploying to it now and then for a few weeks. Today things have
 gotten out of sync. I have a local branch master that is a tracking branch
 of my remote heroku/master. Both are pointing to the same commit. However,
 when I hit the pp, it is running code from several commits ago. For
 example, I am getting an exception from a line that is no longer in the
 code base. It is like the app is not updating. Nothing funky in the logs,
 and again, git says that are both pointing to the same commit. I'm running
 the python cedar stack. Obviously I am missing something that is staring me
 in the face, but I can't find it. Any helpful pointers?

 --
 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/-/h-v6IaGbFaEJ.
 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.




-- 
--
Joe Kueser
(Sent from Gmail)

-- 
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: serving wong version ??

2012-03-20 Thread Andrew Lorente
Have you ever run a `heroku rollback`? `rollback` will cause heroku to
serve an older slug, but it won't have any impact at all on what commit the
`master` branch points to.

You can use `heroku releases` to get a clearer picture of what commit
heroku thinks it's supposed to be serving.

Of course, if your problem is persisting after pushing a shiny new commit,
I'm barking completely up the wrong tree. I can't tell for sure if that's
what's happening to you.

On Tue, Mar 20, 2012 at 2:49 PM, Joe Kueser joe.kue...@gmail.com wrote:

 Hi Jay,

 I had a similar problem with a Rails app and about the time I was ready to
 give up I ran heroku restart and the problem fixed itself.

 The only time I have seen similar behavior in real live (off Heroku) is
 when .pyc files are hanging out that shouldn't be there. Deleting them
 usually does the trick. This shouldn't be a problem with  you unless you
 are committing .pyc files, which could cause all kinds of nasty things to
 happen.

 Not sure if this will help you, but it's worth a try.

 Joe K


 On Mon, Mar 19, 2012 at 3:29 PM, Jay Baker jbaker.w...@gmail.com wrote:

 Hi all. I'm going nuts looking at this. I have an app that has been fine.
 I've been deploying to it now and then for a few weeks. Today things have
 gotten out of sync. I have a local branch master that is a tracking branch
 of my remote heroku/master. Both are pointing to the same commit. However,
 when I hit the pp, it is running code from several commits ago. For
 example, I am getting an exception from a line that is no longer in the
 code base. It is like the app is not updating. Nothing funky in the logs,
 and again, git says that are both pointing to the same commit. I'm running
 the python cedar stack. Obviously I am missing something that is staring me
 in the face, but I can't find it. Any helpful pointers?

 --
 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/-/h-v6IaGbFaEJ.
 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.




 --
 --
 Joe Kueser
 (Sent from Gmail)

  --
 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.