WiserSolutions/quadro

External API: enable to use defaults for retry

rudovjan opened this issue · 0 comments

productCatalog:
  host: localhost
  timeout: 1000
  retry:

will not define retry with default values

productCatalog:
  host: localhost
  timeout: 1000
  retry:
     times: 5

You have to at least specify one of retry attributes to get rest as defaults