Add logic for installing luigi service as part of backup app

This commit is contained in:
Lance Edgar 2019-09-26 23:40:55 -05:00
parent 477af6c6a0
commit 067c02e965
6 changed files with 212 additions and 1 deletions

View file

@ -0,0 +1,17 @@
## -*- mode: conf; -*-
${'#'}###########################################################
#
# Luigi config
#
${'#'}###########################################################
[scheduler]
state_path = ${envpath}/app/luigi/state.pickle
% if history_db:
record_task_history = true
[task_history]
db_connection = ${history_db}
% endif