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