Skip to content

Instantly share code, notes, and snippets.

@Sillson
Last active August 30, 2017 03:44
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Sillson/ad18e13827a8b54e3e0f to your computer and use it in GitHub Desktop.
Save Sillson/ad18e13827a8b54e3e0f to your computer and use it in GitHub Desktop.
Boot sorry suckers out of a heroku rails console
## Boot chumps from your heroku free dynos
## PS the app
heroku ps -a [APP]
## Find that one-off process, snag that pid
=== run: one-off processes (1)
run.4570 (Free): up 2016/03/03 10:01:16 -0800 (~ 8m ago): bin/rails console
## Tossed like a chump
heroku ps:stop run.4570 -a [APP]
@thescubageek
Copy link

😢 just…. so amaze…. much wow…. poetry 😢

@g5codyswartz
Copy link

g5codyswartz commented Sep 16, 2016

Best story evarr :')
10/10 would read again

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment