Differential D21782 Diff 51938 src/applications/daemon/management/PhabricatorDaemonManagementRestartWorkflow.php
Changeset View
Changeset View
Standalone View
Standalone View
src/applications/daemon/management/PhabricatorDaemonManagementRestartWorkflow.php
Show All 18 Lines | $this | ||||
'Grace period for daemons to attempt a clean shutdown, in '. | 'Grace period for daemons to attempt a clean shutdown, in '. | ||||
'seconds. Defaults to __15__ seconds.'), | 'seconds. Defaults to __15__ seconds.'), | ||||
'default' => 15, | 'default' => 15, | ||||
), | ), | ||||
array( | array( | ||||
'name' => 'force', | 'name' => 'force', | ||||
'help' => pht( | 'help' => pht( | ||||
'Stop all daemon processes on this host, even if they belong '. | 'Stop all daemon processes on this host, even if they belong '. | ||||
'to another Phabricator instance.'), | 'to another instance.'), | ||||
), | ), | ||||
array( | array( | ||||
'name' => 'gently', | 'name' => 'gently', | ||||
'help' => pht('Deprecated. Has no effect.'), | 'help' => pht('Deprecated. Has no effect.'), | ||||
), | ), | ||||
$this->getAutoscaleReserveArgument(), | $this->getAutoscaleReserveArgument(), | ||||
)); | )); | ||||
} | } | ||||
Show All 19 Lines |