You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Are there any options for retrying or connection resiliency in the way git2consul connects over ssh to git? On startup this produces many connections to our git server, and under certain conditions some connections are dropped and git2consul just dies. (these are transient conditions, i.e. git is up but under load etc).
Are there any options (or could something be added) to add some resiliency into this? i.e. configuration for number of times to retry a failed git connection etc. This would be great because write now for us an operator as to sit there on the command line and docker restart constantly over and over until we get a successful start.
The text was updated successfully, but these errors were encountered:
Are there any options for retrying or connection resiliency in the way git2consul connects over ssh to git? On startup this produces many connections to our git server, and under certain conditions some connections are dropped and git2consul just dies. (these are transient conditions, i.e. git is up but under load etc).
Are there any options (or could something be added) to add some resiliency into this? i.e. configuration for number of times to retry a failed git connection etc. This would be great because write now for us an operator as to sit there on the command line and docker restart constantly over and over until we get a successful start.
The text was updated successfully, but these errors were encountered: