Skip to content

Commit 682d6d7

Browse files
docs: add max error retries configuration for composition controller (#154)
* docs: add max error retries configuration for composition controller * docs: update error retry interval defaults for composition controller * docs: update max error retry interval to 60s in README
1 parent 8012135 commit 682d6d7

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,7 @@ These enviroment varibles can be changed in the Deployment of the composition-dy
206206
| KRATEO_NAMESPACE | namespace where krateo is installed | krateo-system |
207207
| HELM_REGISTRY_CONFIG_PATH | default helm config path | /tmp |
208208
| HELM_MAX_HISTORY | Max Helm History | 3 |
209-
| COMPOSITION_CONTROLLER_MAX_ERROR_RETRY_INTERVAL | The maximum interval between retries when an error occurs. This should be less than the half of the poll interval. | 0m |
210-
| COMPOSITION_CONTROLLER_MIN_ERROR_RETRY_INTERVAL | The minimum interval between retries when an error occurs. This should be less than max-error-retry-interval. | 1m |
209+
| COMPOSITION_CONTROLLER_MAX_ERROR_RETRY_INTERVAL | The maximum interval between retries when an error occurs. This should be less than the half of the poll interval. | 60s |
210+
| COMPOSITION_CONTROLLER_MIN_ERROR_RETRY_INTERVAL | The minimum interval between retries when an error occurs. This should be less than max-error-retry-interval. | 1s |
211+
| COMPOSITION_CONTROLLER_MAX_ERROR_RETRIES | The maximum number of retries when an error occurs. Set to 0 to disable retries. | 5 |
211212
| COMPOSITION_CONTROLLER_METRICS_SERVER_PORT | The port where the metrics server will be listening. If not set, the metrics server is disabled. | |

0 commit comments

Comments
 (0)