Commit 67761338 authored by Vladimir Barsukov's avatar Vladimir Barsukov
Browse files

fix

parent 9471bd0e
......@@ -47,7 +47,7 @@ func New(ctx context.Context) *Pool {
slavesIter: &atomic.Int64{},
slavesAsyncIter: &atomic.Int64{},
PgTsFormat: "2006-01-02 15:04:05",
Continues: []string{"connect", "EOF", "conflict with recovery"},
Continues: []string{"connect", "EOF", "conflict with recovery", "context deadline exceeded"},
ContinuesTry: []string{"conflict with recovery"},
TryOnError: 1,
TryOnSleep: time.Second,
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment