rattail-fabric2/rattail_fabric2/deploy/luigi/restart-overnight.sh.mako
2022-11-21 15:39:49 -06:00

14 lines
360 B
Mako

#!/bin/sh -e
cd ${envroot}
RATTAIL="bin/rattail --config=app/cron.conf"
$RATTAIL overnight -k ${automation.lower()} <%text>\</%text>
--no-versioning <%text>\</%text>
% if email_key is not Undefined and email_key:
--email-key '${email_key}' <%text>\</%text>
% endif
--email-if-empty <%text>\</%text>
--no-wait