I\'ve been fighting this problem all day, and could really need some input.
I have a Rails application (3.1.3) running on Heroku Cedar, trying to publish some Facebook O
An alternative to a second dyno might be to try Unicorn - that would allow your app to service the second call while the first is blocked.
These articles give some useful detail on getting started with Unicorn: