Skip to content

feat: expose max retry as environment variable

Ivan Medeiros Monteiro requested to merge slb/imonteiro/max-retry into master

Type of change

  • Bug Fix
  • Feature
  • Pipeline
  • Test

Does this introduce a change in the core logic?

  • No
  • Yes

Does this introduce a change in the cloud provider implementation, if so which cloud?

  • AWS
  • Azure
  • GCP
  • IBM

Does this follow conventional commits spec?

  • No
  • Yes

Have you set the target Milestone?

  • No
  • Yes

Have you set the no-detached-pipeline label?

  • No
  • Yes

Updates description?

Expose environment variable SDAPI_MAX_RETRY
Given an application linked directly or indirectly with SDAPI
When the environment variable SDAPI_MAX_RETRY is set to a number X
Then the ExponentialRetryBackoffPolicy.maxRetry should be limited by X

Merge request reports