-
Notifications
You must be signed in to change notification settings - Fork 813
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[core] hard-deprecate start/stop/restart/status
All of these are handled by Supervisord, which launches the processes in the foreground. This is a complete legacy code, and some people still use it wrongly. This commits still allows these options, but only in developer mode, removing the risk for most people to misuse them. It also removes the deprecation notice for the old command line executables: they are not shipped anymore, and the main reason why they were deprecated was the start/stop/restart/status commands. Since this commit takes care of that, the notices are not needed anymore.
- Loading branch information
Showing
5 changed files
with
13 additions
and
134 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.