Skip to content

Commit 63c9ad3

Browse files
committed
Clarify repair
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent d905ee4 commit 63c9ad3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/tasks/cli.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,11 +109,15 @@ If a job has been retried for 30 minutes, without a runner to take it, it'll be
109109

110110
Run sparingly because it will launch one VM per job queued.
111111

112+
Do not run it multiple times in succession. And then if you are still in doubt where jobs are stuck - first check the logs of the runners via `actuated-cli agent-logs`, finally, reach out to support.
113+
112114
```bash
113115
actuated-cli repair \
114116
actuated-samples
115117
```
116118

119+
In the above command `actuated-samples` is the GitHub organization.
120+
117121
## Rescue a remote server
118122

119123
Restart the agent by sending a `kill -9` signal:

0 commit comments

Comments
 (0)