Retry on timeout
Open
enhancement
- Dominant language
- Go
- Stars
- 1
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
this tends to happen:
```
logplex-cli channel create dlo-TwoMin-channel dlo-TwoMin-token > tests/TwoMin-r2000per1s-s128-d120/run.channel.json
2015/08/17 14:57:02 Post https://logs-api.herokai.com/channels: dial tcp: i/o timeout
make[1]: *** [setup-channel-drain] Error 1
make: *** [test] Error 2
```
perhaps something like:
```
logplex-cli --retry=3 channel create ...
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.