Asset Caching

2009-02-25 Thread Eric Anderson
When I put :cache = true on my javascript and stylesheet includes it doesn't combine them and put them in all.js/all.css. Is there something special I need to do? I am running in production mode. Any advice is appreciated! Eric --~--~-~--~~~---~--~~ You received

Re: Asset Caching

2009-02-26 Thread Eric Anderson
On Feb 26, 2:10 am, sbfaulkner bre...@unwwwired.net wrote: this is by no means an authoritative answer since I am a user, not affiliated with  heroku, but... it's not that surprising since the fs is readonly on heroku I also have HAML installed and the Sass CSS files are able to be generated

Re: cron question

2009-04-04 Thread Eric Anderson
For me it doesn't actually run regularly. Other people have also reported this. But when it does run I notice for me it runs 2 minutes after the hour. On Apr 3, 11:00 am, Max A nanode...@gmail.com wrote: http://docs.heroku.com/cron Reads to me like it means on the hour.  You could always

Re: cron question

2009-04-07 Thread Eric Anderson
On Apr 4, 7:11 pm, Yuri Niyazov yuri.niya...@gmail.com wrote: This is actually the reason I am asking - I found that it doesn't run   for me regularly either. It always runs on the hour after the first   deployment, but then it is anyone's guess whether it will run again. Yes it is

Re: db problems today and where to find heroku status/outage info

2009-04-23 Thread Eric Anderson
On Apr 23, 3:12 pm, Oren Teich o...@teich.net wrote: Sounds like nasty DB problems - my entire site is down.  Nothing working at all for me right now. I notice even blog.heroku.com was done. So I think it was a system- wide problem. --~--~-~--~~~---~--~~ You

Streaming files without locking up dynos

2010-04-05 Thread Eric Anderson
I am having some difficulty trying to figure out how to stream out files from Heroku without locking up my dynos. The basic setup I am making an app that combines Heroku and Twilio. Part of this app involves presenting users with the recordings that have been made on

Database timeouts

2010-04-16 Thread Eric Anderson
I have been testing with Heroku for internal apps for a while and am now moving into hosting commercial apps on Heroku. Unfortunately I am running into some timeout problems with accessing the database. The below is an example error message I have gotten (e-mail address removed): A

Re: Database timeouts

2010-04-19 Thread Eric Anderson
Some follow-up to my own post in case someone else has the same issue. I looked into putting the schema scans into the to_prepare callback but it looks like that is run at start-up (for production). Also on further reflection moving the schema scans out of the startup (or altogether) only reduces

Re: Do heroku workers die immediately if I run heroku workers 0 ?

2010-07-09 Thread Eric Anderson
On May 19, 7:25 pm, Parama W. Danoesubroto para...@gmail.com wrote: How about if I have a long running job, and then I deployed new changes? I asked Heroku this same question because I was also curious. Their response was: on deploys workers are killed using the same method I just mentioned

Full Logging Solutions

2010-10-18 Thread Eric Anderson
I am looking for a good reliable way of getting my full logs. Solutions like Hoptod, New Relic and Get Exceptional all focus tracking errors or summarizing performance (from what I can tell). But sometimes I just want to see the actual logs of what an actual user did when interacting with my app.

Re: Full Logging Solutions

2010-10-19 Thread Eric Anderson
On Oct 19, 10:25 am, schapirama schapir...@gmail.com wrote: I'm currently running a complete logging solution for Heroku, but the add-on is still in beta. See:    http://www.logworm.com If you're interested, please contact me directly (schap...@logworm.com) and I'll create accounts for you,

Re: What is the expected Sendgrid add-on delay in sending outbound email?

2010-10-19 Thread Eric Anderson
On Oct 15, 4:50 pm, Wes Gamble we...@att.net wrote: Registered a couple of users on my site and still haven't seen confirmation emails - they appear to have been sent per the logs. What's the longest anyone has had to wait to see emails from their site when using the free Sendgrid add-on.

Re: Full Logging Solutions

2010-10-20 Thread Eric Anderson
On Oct 19, 9:14 pm, schapirama schapir...@gmail.com wrote: No, your Rails.logger.info is not logged to logworm; you need to use logworm-specific commands to log with us. Hmmm I'm glad Jeff asked this question. I just ASSUMED the Rails logger messages were recorded. I defiantly need that.

Re: Full Logging Solutions

2010-10-20 Thread Eric Anderson
On Oct 20, 11:18 am, Jeff Schmitz jeffrey.j.schm...@gmail.com wrote: Another question would be does Heroku need anything written to the rails log?  Would your patch cause Herkou any issues? I would think not as Heroku is more rack focused and Rails is just a framework that can run on rack. That

Re: No way to access any part of Heroku

2011-04-21 Thread Eric Anderson
On Apr 21, 11:50 am, Rohit Dewan dew...@gmail.com wrote: Does anyone know why Heroku not able to redeploy onto another cluster? In general, it would seem prudent to spread applications across the various clusters so all apps do not suffer an outage when a single cluster is affected. I agree

Elevated Error Rates

2011-05-10 Thread Eric Anderson
I have noticed that MANY of the messages on http://status.heroku.com generally take the following pattern: 1. We noticed elevated error rates 2. Our engineers are looking into it 3. The error rates have subsided and engineers are monitoring 4. The errors have subsided The issue on 4/28 is a good