Notes
- Adds
convox restartandconvox services restartto the CLI
convox restart and convox services restart to the CLIHi @ddollar ,
- Adds
convox restartandconvox services restartto the CLI
Sadly the docs doesn’t say much about either of these commands, thus trying to understand from the PR, I understand that it uses ECS’s forceNewDeployment to make this happen…
So, I have few questions in mind:
convox ps stop, which in return would create a new process based on scale value of the app-service?convox restart would “restart” all services of an app, whilst convox services restart would only restart a specific one?convox restart restarts all services, is there any control over order in which services are “restarted”?Thanks.
Hi @ali,
To answer your question in brief:
Hope that helps!
Ed
Thanks.