HTTP calls to external services should have shorter timeouts. It looks the default timeout is < 60 seconds, which makes the app hang until it eventually gets killed by the master unicorn process.
A solution will be to set the timeout to ~ 10-30 seconds and raise an error to be logged.