Summary
Currently, the hardcoded default for RetryStrategy.Limit is 5.
Motivation
With a large number of app-of-apps, waiting for dependencies can mean the default retry limit of 5 is insufficient.
It would be convenient to set the number of retries in one please, rather than in an override on each and every app.
Proposal
Read the default limit from a config file.
Summary
Currently, the hardcoded default for RetryStrategy.Limit is 5.
Motivation
With a large number of app-of-apps, waiting for dependencies can mean the default retry limit of 5 is insufficient.
It would be convenient to set the number of retries in one please, rather than in an override on each and every app.
Proposal
Read the default limit from a config file.