Managing Notifications
The ACTIVATE control plane includes a customizable notification system for both our web interface and your ACTIVATE-linked email address.
Navigate to your account settings (Username > Account).
In Preferences, click Notifications.
Here, you can configure your notification settings.
Past notifications are listed separately in the Inbox, which you can also reach by clicking the bell icon in the navigation bar.
Changing Notification Settings
Notifications are grouped by category — Workflow, Scheduler, and Platform — with one row per notification type.
You can select how you would like to receive your notifications here. Web notifications appear under the bell icon and in the Inbox on the ACTIVATE control plane. Email notifications are sent directly to your ACTIVATE-linked email address.
By default, all options for Workflow, Scheduler, and Platform notifications are enabled as Web notifications. Use the Web and Email toggles on a row to enable or disable that notification.
The toggles on a category's header row turn every notification in that category on or off for that channel.
When you’re done, click Save.
About Notification Types
Our notification system includes the types outlined below.
- Workflows
- Job Fail: If a workflow fails during start-up or run-time, this notification will be triggered.
- Ready Interactive Workflow: Because interactive workflows can have longer start-up times, we’ve included this notification to send when an interactive session is ready to use.
- Scheduler
- Job Start/Finish: Job status notifications will be sent from the scheduler’s prolog and epilog scripts. This method requires no cluster side user action, and will send notifications about your jobs when selected.
- —mail-type: This notification uses the Slurm flag
--mail-type, which is set by the user on the cluster in order to send notifications when certain events occur. This method requires users to enter the--mail-typeflag when callingsalloc,sbatch,srun, or in their job scripts. For more information about these Slurm commands, please see Submitting Jobs via Slurm.
- Platform
- General Notification: These notifications include cluster start-up messages and run-time errors.