Improvement from the StackStorm/st2-packages#429
Most of the networking-related logic needs retrying mechanism. This is a rule of dumb in any package manager/client since in reality failures occur pretty frequently.
StackStorm shouldn't be an exception in following more reliable strategy.
TODO
- Add retry, timeout, delay-on-retry logic to st2client httpclient
st2 pack retry logic for git cloning and any networking-related requests.
Resources
Most of the networking-related logic needs retrying mechanism. This is a rule of dumb in any package manager/client since in reality failures occur pretty frequently.
StackStorm shouldn't be an exception in following more reliable strategy.
TODO
st2 packretry logic for git cloning and any networking-related requests.Resources
DEFAULT_RETRIES = 0