Facebook Open Graph from Rails Heroku

后端 未结 3 878
广开言路
广开言路 2021-02-06 11:13

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

3条回答
  •  刺人心
    刺人心 (楼主)
    2021-02-06 11:32

    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:

    • More concurrency on a single Heroku dyno with the new Celadon Cedar stack
    • Unicorn!

提交回复
热议问题