Hi all, can someone tell me what the default value...
# ask-community
b
Hi all, can someone tell me what the default value is of max_retries if it’s not set on a task?
n
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.
upvote 2