Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a mailing function #162

Open
bryce-turner opened this issue Sep 19, 2023 · 0 comments
Open

Add a mailing function #162

bryce-turner opened this issue Sep 19, 2023 · 0 comments
Labels
wish Long term ideas

Comments

@bryce-turner
Copy link
Member

Slurm supports sending mail and we can add that as an sbatch_arg, but as we work towards more dynamic jetstream functionality, we may want to send mail without requiring a job submission.

For example, if we use an exec directive to parse an existing file within a project, we may want to {{ mail(user, 'insert message') }}

Workarounds can be made for this, such as parsing the file within the task and mailing via bash, including some slurm job signalling, but a backend agnostic function might be useful.

This could also relate to additional mailing functionality within jetstream_centro - we could create a mail template at runtime and then jetstream_centro uses that to email users related to the run submission.

@bryce-turner bryce-turner added the wish Long term ideas label Sep 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wish Long term ideas
Projects
None yet
Development

No branches or pull requests

1 participant