Skip to main content

Job Notifications

You can configure Wisp to notify you on job completion. Doing this will allow you to keep track of running jobs and their status.

You can configure job notifications by modifying the relevant lines in wisp-spec.yml:

### ...
job:
### ...
notification:
email_on_success: True
email_on_failure: True
email_recipient: [email protected]
### ...

Running jobs with wisp run will now send you email notifications on the specified e-mail. If you do not specify an email, Wisp will use your account email instead.