Don't write overnight scripts to invoke luigi directly, by default

`rattail overnight` command can handle that natively now
This commit is contained in:
Lance Edgar 2022-11-21 20:09:16 -06:00
parent 4c8e956fec
commit f1ecf9a1e4

View file

@ -74,7 +74,7 @@ def install_luigi(c, envroot, luigi='luigi', user='rattail', db_connection=None)
def install_overnight_script(c, envroot, user='rattail', automation='All',
email_key=None,
luigi=True, cron=True, restart=True):
luigi=False, cron=True, restart=True):
"""
Install an overnight automation script
"""