man-group / notebooker

Productionise & schedule your Jupyter Notebooks as easily as you wrote them.
GNU Affero General Public License v3.0
848 stars 80 forks source link

Error email improvements #146

Closed marcinapostoluk closed 1 year ago

marcinapostoluk commented 1 year ago
jonbannister commented 1 year ago

If no error email is specified errors won't be sent to the regular email any more. The assumption here is that notebook maintainer will monitor it manually.

I don't think this is a safe assumption. Plenty of internal users only notice that their scheduled report is failing when they get the email (many don't check the webapp at all).

marcinapostoluk commented 1 year ago

If no error email is specified errors won't be sent to the regular email any more. The assumption here is that notebook maintainer will monitor it manually.

I don't think this is a safe assumption. Plenty of internal users only notice that their scheduled report is failing when they get the email (many don't check the webapp at all).

Sure, no problem, changed to default to regular email now if error email not specified

jonbannister commented 1 year ago