Don't write overnight scripts to invoke luigi directly, by default
`rattail overnight` command can handle that natively now
This commit is contained in:
parent
4c8e956fec
commit
f1ecf9a1e4
|
@ -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
|
||||
"""
|
||||
|
|
Loading…
Reference in a new issue