goslmailer icon indicating copy to clipboard operation
goslmailer copied to clipboard

GoSlurmMailer - drop in replacement for default slurm MailProg. Delivers slurm job messages to various destinations.

Results 7 goslmailer issues
Sort by recently updated
recently updated
newest added

My team is hesitant to use this tool when the license isn't listed. The MIT license seems to align with your intentions for the project, but any license would be...

I've added my tgslurmbot to a group as admin where it posts messages. Since a couple of days ago, every time anyone posts something, it replies: ```bash Sorry, I'm not...

This works: ```bash [Unit] Description=TelegramBot for goslmailer DefaultDependencies=no Wants=network-online.target After=network.target network-online.target [Service] Type=simple User=slurm WorkingDirectory=/ ExecStart=/usr/local/bin/tgslurmbot [Install] WantedBy=multi-user.target ``` Maybe put it in? Just a suggestion.

Awesome library! Is there a way to extend the telegram bot to answer more commands? I suppose I can edit the [source here](https://github.com/CLIP-HPC/goslmailer/blob/main/cmd/tgslurmbot/tgslurmbot.go#L71) and recompile, but I wonder if there...

Sometimes my jobs run into a timeout as in the following Telegram notification: ![image](https://user-images.githubusercontent.com/61889859/181741063-aad3e31d-757e-49f0-9c74-d4f5b1c0e317.png) For resuming the job on a resubmission it would be nice to see the statistics in...

I am trying to implement a connector that "abuses" goslmailer to write a summary into a file in the work-dir of a job. I wrote it such that it uses...

enhancement

Right now we rely on sacct/sstat combination, but would be good to take a look at this as a future option: https://slurm.schedmd.com/rest_api.html#slurmV0038GetJob