Yes, it's mostly likely size. This kind of code base will produce a compiled repo that's simply too large to start within the timeout of 60 seconds.
Depending on what kind of assets you're dealing with, you may be able to use gitignore to avoid pushing them up at this moment. Once you've ensured that the app functions correctly otherwise, proceed with migrating the images to S3. /Morten On Mar 28, 2009, at 3:36 PM, melvin ram wrote: > > I just pushed a rails project and it gave this error: > http://pastie.org/private/t10ympvvphkumczrez4yg > > Is this because of the size of the project? I'm just porting over an > app and it has lots of images. I'm going to move the images to aws s3 > but I just wanted to move the project over this weekend to get the > base setup. > > Any ideas on what I should do? > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Heroku" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/heroku?hl=en -~----------~----~----~----~------~----~------~--~---
