出错:您已经使用Heroku达到了3个并发进程的帐户限制

use*_*102 1 python heroku

我试图运行以下命令:

(venv)prajjwal @ ubuntu:〜/ herokuDjango $ heroku运行python manage.py shell

Running `python manage.py shell` attached to terminal... failed 
!    You've reached your account limit of 3 concurrent processes.
!    Please verify your account at http://heroku.com/verify to have this limit increased
Run Code Online (Sandbox Code Playgroud)

我在Heroku网站上查了一下:https: //devcenter.heroku.com/articles/limits

但它表示在以下副标题下并发一次性dynos:"未经验证的Heroku帐户不能同时运行3个以上的一次性dynos."

但我的3个一次性dynos究竟在哪里运行?

小智 6

尝试输入

heroku ps
Run Code Online (Sandbox Code Playgroud)

然后输入

heroku ps:stop run.xxxx
Run Code Online (Sandbox Code Playgroud)

其中xxxx是你要杀死的dyno的#.