feat: expose max retry as environment variable
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
conventional commits spec?
Does this follow-
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