proycon / clam

Quickly turn command-line applications into RESTful webservices with a web-application front-end. You provide a specification of your command line application, its input, output and parameters, and CLAM wraps around your application to form a fully fledged RESTful webservice.
https://proycon.github.io/clam
GNU General Public License v3.0
129 stars 17 forks source link

Notification when task is finished? #80

Closed pboot closed 5 years ago

pboot commented 5 years ago

Would it be possible to add an option for (presumably e-mail) notification when a task is finished? Then the user doesn't need to check the running processes every once in a while.

proycon commented 5 years ago

That might be an interesting idea yes, I'll consider it. It would require outgoing e-mail to be configured though.

proycon commented 5 years ago

I'm not going to implement this but leaving it up to clients to handle it. As CLAM is fairly agnostic of authentication backends, it has no obvious way of getting the user's email address.