-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add email-on-fail to cron job (#1241)
* Add email-on-fail to cron job * Update changelog
- Loading branch information
Showing
4 changed files
with
99 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# NOTE: Use quotes for strings with spaces | ||
export SPYGLASS_CONDA_ENV=spyglass # name of conda environment | ||
export SPYGLASS_REPO_PATH=/home/franklab/spyglass # path to spyglass repo | ||
export SPYGLASS_LOG=/home/franklab/spyglass.log # log file | ||
export SPYGLASS_EMAIL_SRC=[email protected] # optional, email sender | ||
export SPYGLASS_EMAIL_PASS="example password" # optional, email password | ||
export SPYGLASS_EMAIL_DEST=[email protected] # optional, email recipient | ||
export SPYGLASS_MAX_LOG=1000 # number of lines to keep in log |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters