Allow for custom mail recipients in luigi crontab

This commit is contained in:
Lance Edgar 2023-01-08 13:04:46 -06:00
parent 6fb9389e45
commit d68b57baa8
2 changed files with 7 additions and 2 deletions

View file

@ -1,4 +1,8 @@
## -*- mode: conf; -*-
% if mailto:
MAILTO="${','.join(mailto)}"
% endif
# rotate logs and restart Luigi at *just before* 12:00am midnight
55 23 * * * root ${appdir}/rotate-luigi-logs.sh