4
6

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

heroku上のプロセスをkillする

Last updated at Posted at 2016-11-01

コマンド

heroku ps:stop <process id from heroku ps>

用法

heroku ps
コマンドでプロセスIDを取得して、

$ heroku ps
=== run: one-off processes (1)
run.4872 (Free): up 2016/11/02 01:16:08 +0900 (~ 4s ago): bundle exec rake fetch:series

上記のような状態であれば、下記コマンドで停止できる。

heroku ps:stop 4872

参考

4
6
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
4
6

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?