- Fixed syntax error for heroku command-line, when specifying a
size
option - @mzikherman.
- Fixed an infinite loop in the tail restart method used by
Heroku::Commander.run
withdetached: true
- @macreery. - The
Heroku::Commander.run
withdetached: true
will now restart the tail process when aborted without having received a process exit message - @dblock. - Added a
tail_retries
that defines the maximum number of tail restarts, default is 3 - @dblock. - Added a
size
option toHeroku::Runner
andHeroku::Commander.run
, supporting2X
dynos - @dblock.
- When the process exit status cannot be determined the error message says "The command failed without returning an exit status." - @dblock.
- Added the process ID into the
Heroku::Commander::Errors::CommandError
problem description - @dblock. - Fix: Heroku
run
orrun:detached
output does not always combine "attached to terminal" and "up" status, which causes the runner to incorrectly parse the Heroku PID - @dblock. - Added
Heroku::Commander.processes
that returns or yields an array ofHeroku::Process
by runningheroku ps
- @dblock. - Added a
tail_timeout
option toHeroku::Commander.run
withdetached: true
that suspends tail process termination for a chance to receive additionalheroku logs --tail
output - @dblock.