Skip to content

Commit

Permalink
Mention resuming sending emails on failures
Browse files Browse the repository at this point in the history
  • Loading branch information
infinisil committed Sep 16, 2024
1 parent a606b71 commit 8c7cfe1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion ec/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,15 @@
- Send the emails (needs `SMTP_PASSWORD` set):
```
nix-build ec -A announce.email --argstr discourseLink $DISCOURSE_LINK
./result.sh
./result
```

If any fail to send, resume using
```
./result --resume
```

You can view failed sends in `jobs.log`, but you might also get mail delivery failure responses.
- Announce it on GitHub:

Wait until both:
Expand Down
2 changes: 1 addition & 1 deletion ec/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ in
# Store command results
--joblog jobs.log
# Only start a new job every second
--delay 1
--delay 0.2
# Run up to 10 jobs together
-j10
# Silence the citation message
Expand Down

0 comments on commit 8c7cfe1

Please sign in to comment.