Received feedback from the tech support chat. User wants to have a handle in CLI to restart their tasks.
Consider something like sonmcli task restart <deal_id> <task_id>, which should stop the given task, remember the task's image name, and then start a new task with that image.
Note to teammates: how to deal with tasks which resources were restricted by the task.yaml?
Received feedback from the tech support chat. User wants to have a handle in CLI to restart their tasks.
Consider something like
sonmcli task restart <deal_id> <task_id>, which should stop the given task, remember the task's image name, and then start a new task with that image.Note to teammates: how to deal with tasks which resources were restricted by the
task.yaml?