advanced retry strategy
Implement advanced retry strategy when downloading data. Currently, only the get
command is in charge of retry, but not building up a renewed connection. As toardb sometimes killes jobs without an error response, the connection is broken without recognition. Therefore, adjust the retry strategy to establish a new connection instead of only retrying to get data.