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.

Reply via email to