KToolBox
KToolBox copied to clipboard
[BUG] Configuration 'retry_times' for downloads not working. Help?
I'm using the prod.env file with the next line "KTOOLBOX_JOB__retry_times=2" in order to stop the amounts of retry for failed downloads from 10 to 2, but is not working.
Am I doing something wrong, or is there another problem? Help if possible, I'm not sure what else to try.
try DOWNLOADER
https://ktoolbox.readthedocs.io/latest/configuration/reference/#ktoolbox.configuration.DownloaderConfiguration
KTOOLBOX_DOWNLOADER__RETRY_TIMES=2
^ That works. Thanks.