client.cfg.j2 264 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12
[core]
logging_conf_file = /etc/luigi/logging.conf

[scheduler]
{% if luigid_config is defined %}
{% for key,value in luigid_config.iteritems() %}
{{ key }} = {{ value }}
{% endfor %}
{% endif %}

[task_history]
db_connection = {{ luigid_task_history_connection }}