Heroku: Your account has reached its concurrent bu

2020-07-02 04:44发布

I'm trying to deploy my app to heroku, currently using the free tier. Over the past 5 days I've been redeploying the app as I made changes. I went overzealous with the deploys and now my app is up to version 35 on heroku under the "activity" tab.

Now the error message in the title prevents me from deploying my app. Google search didn't return a thing. If I have reached the deployment limit how do I delete/free up my concurrent build space?

标签: heroku
7条回答
Juvenile、少年°
2楼-- · 2020-07-02 05:21

Try this command from your project directory

heroku restart
查看更多
祖国的老花朵
3楼-- · 2020-07-02 05:22

Try to:

  • Try to check https://devcenter.heroku.com/changelog-items/1344 for important logs

  • Try to reinstall your app(%65 works)

  • Try to create a new account(%100 works)

查看更多
Anthone
4楼-- · 2020-07-02 05:27

I had to try two of these answers back-to-back. Individually, they didn't work for me.

I needed to install heroku-builds with

heroku plugins:install heroku-builds

Then cancel the ongoing build with

heroku builds:cancel

And finally did a heroku restart.

查看更多
孤傲高冷的网名
5楼-- · 2020-07-02 05:31

For my case, heroku restart worked.

查看更多
冷血范
6楼-- · 2020-07-02 05:33

The Heroku said "Engineers are investigating API availability. This may affect Dashboard, CLI commands, builds and other aspects of the platform." I think this is the reason.

查看更多
唯我独甜
7楼-- · 2020-07-02 05:45

Now you have to verify your account, putting your credit card in Heroku Account.

"Unverified accounts can now run only one build at a time across all their apps. Verifying the account will automatically lift this limit."

see: https://devcenter.heroku.com/changelog-items/1344

查看更多
登录 后发表回答