rattail-fabric2/rattail_fabric2/deploy/backup/luigi.cfg.mako

18 lines
334 B
Plaintext
Raw Normal View History

## -*- 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