Re: NewRelic not working after upgrade to Cedar from Bamboo

2012-01-13 Thread Dave Perrett
I had exactly the same problem a couple of weeks ago, and was told out that webrick (the default server) is pretty flaky in combination with new relic. I switched the app to run on unicorn (with the added bonus that performance seems better, though I have nothing to back that up), then had to a

Timeouts uploading with dragonfly

2012-06-21 Thread Dave Perrett
Hi, we're trying to upload relatively large images (~5MB) to S3 via heroku/cedar/rails-3.2.3/dragonfly, and are hitting the 30-second cutoff pretty consistently. Has anyone found a workaround for uploading large files? I'm exploring a couple of options : 1) Upload directly to S3, bypassing her

Re: Timeouts uploading with dragonfly

2012-07-02 Thread Dave Perrett
group, send email to heroku+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/heroku?hl=en_US?hl=en Dave Perrett <mailto:perrett.d...@gmail.com> 22 June 2012 1:40 PM Hi, we're trying to upload relatively large images (~5MB) to S3 via hero

Re: Multiple process types open to web traffic?

2014-03-25 Thread Dave Perrett
If you can identify the automated traffic somehow by IP/UserAgent/etc, you could use https://github.com/kickstarter/rack-attack to throttle it, letting regular traffic through unthrottled. It would refuse excess automated requests though, which may not be what you want (?). If you just want a dupl