We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eddd33c commit b1b96eaCopy full SHA for b1b96ea
1 file changed
x/health.go
@@ -21,7 +21,6 @@ var (
21
22
healthCheck uint32
23
errHealth = errors.New("Please retry again, server is not ready to accept requests")
24
- errImportMode = errors.New("Please retry again, server is not ready to accept requests")
25
errDrainingMode = errors.New("the server is in draining mode " +
26
"and client requests will only be allowed after exiting the mode " +
27
" by sending a GraphQL draining(enable: false) mutation to /admin")
0 commit comments