我把我的不和谐机器人部署到了heroku上。我可以通过关闭this thing (the full page)来停止它。如何通过命令行(win10)执行相同的操作?
发布于 2021-06-08 03:26:58
你可以使用下面的命令来使用Heroku CLI,假设你已经为你的应用程序配置了它。
heroku ps:scale worker=0
https://stackoverflow.com/questions/67877564
相似问题