Hi all, can someone tell me what the default value is of max_retries if it’s not set on a task?
n
Noah Holm
09/29/2021, 8:29 AM
You can see it’s None by default in the constructor, but what then happens it will check the configuration parameter which in turn is defaulted to 0 if it’s not set.