Allow for custom mail recipients in luigi crontab
This commit is contained in:
parent
6fb9389e45
commit
d68b57baa8
2 changed files with 7 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue