18 lines
334 B
Mako
18 lines
334 B
Mako
## -*- 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
|