Remove some luigi config if using newer package

apparently some of these settings are no longer used by latest luigi,
and it complains when they're present
This commit is contained in:
Lance Edgar 2023-01-09 09:00:50 -06:00
parent 7d536499d6
commit 492e8da5c3
2 changed files with 14 additions and 0 deletions

View file

@ -12,6 +12,8 @@
[core]
logging_conf_file = ${appdir}/luigi/logging.conf
% if LUIGI2:
# Number of seconds to wait before timing out when making an API call. Defaults
# to 10.0
# (sometimes things can lag for us and we simply need to give it more time)
@ -27,6 +29,8 @@ rpc_retry_attempts = 10
# (occasional network issues seem to cause us to need more/longer retries)
rpc_retry_wait = 60
% endif
[retcode]
# cf. https://luigi.readthedocs.io/en/stable/configuration.html#retcode-config
# The following return codes are the recommended exit codes for Luigi