Skip to content

Commit 3ce705d

Browse files
committed
Doc(aws): Dealing with partial failures
1 parent a3f310f commit 3ce705d

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

aws/README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,21 @@ Without the logs you will only see job status, runtime etc.
5353
* Select runs that might have problems and click "Bulk actions"
5454
* This is a generator for commands to take actions on the runs (e.g., terminate, remove S3 folder etc.)
5555

56+
### Dealing with failures
57+
58+
The best way to find failures is to either select those with the `Failed` status,
59+
or with `Succeeded` but `Incomplete rounds`.
60+
61+
Proceed as follows:
62+
63+
1. Select them all
64+
2. Bulk action -> generate resubmit commands
65+
3. Execute those
66+
4. Bulk action -> generate `s3 rm` commands
67+
5. Execute the rm commands
68+
69+
Now you've resubmitted them and removed the partial run S3 folders.
70+
5671
## Setup
5772

5873
* `setup/`: Everything needed to set up AWS to run codeclash jobs. Advanced user stuff.

0 commit comments

Comments
 (0)