Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
簡単な質問のように思えますが、答えはどこにも見つかりませんでした。実行heroku psしても何も表示されません。heroku restart正常に実行されます。
heroku ps
heroku restart
プロセスタイプの1つをスケーリングしてみましたか?例えばheroku ps:scale web=1
heroku ps:scale web=1
https://devcenter.heroku.com/articles/scalingを参照してください
私はばかげた間違いをしていました。使っていました
heroku run ps (「実行」として使用していた他のコマンドがあったため)
それ以外の
ヘロクps。(ps は heroku コマンドであり、システム コマンドではありません)。
実行を削除すると、問題が修正されました。ありがとう。