heroku / platform-api

Ruby HTTP client for the Heroku API
MIT License
214 stars 85 forks source link

Add support for running attached dynos in shield spaces #85

Open friism opened 6 years ago

friism commented 6 years ago

Shield space dynos use a different transport for stdin and stdout for attached dynos. The Ruby API client should support this.

The pertinent code in the node.js CLI is here, I believe: https://github.com/heroku/heroku-run/blob/809514a0fb6d1318a269ece7d6efbdd3c064e918/lib/dyno.js#L137

friism commented 6 years ago

cc @tt @ricardochimal @cdueltgen @cyx