Add logic for installing luigi service as part of backup app
This commit is contained in:
parent
477af6c6a0
commit
067c02e965
6 changed files with 212 additions and 1 deletions
17
rattail_fabric2/deploy/backup/luigi.cfg.mako
Normal file
17
rattail_fabric2/deploy/backup/luigi.cfg.mako
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue