Is there a way to cancel autorestart when it start autorestart already?
Open
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 43.3k
- Forks
- 2.7k
- PR merge metrics
- No merged PRs in 30d
Description
I have a app start with pm2, the default behavior is autorestart, but when this is a update: like upgrade database etc. I don't want the app autorestart.
Is there a way to stop app autorestart like pm2 stoprestart appname ?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing PM2's CLI handling and the existing autorestart behavior described in the issue. Determine whether a stoprestart-style command is intended to suppress autorestarts during updates, and define completion around a documented or implemented way to pause autorestart for an app.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- nodejs
- Domain
- cli, devops
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100