This is an automated email from the ASF dual-hosted git repository.
flimzy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/couchdb-documentation.git
The following commit(s) were added to refs/heads/main by this push:
new 9784981 Documents when HTTP status 503 Service Unavailable is
returned (#749)
9784981 is described below
commit 97849810e251fc8a5059a5fb9d0515c5bf4d7c7d
Author: Doug Reeder <[email protected]>
AuthorDate: Sat Jul 30 12:40:22 2022 -0400
Documents when HTTP status 503 Service Unavailable is returned (#749)
* Documents when HTTP status 503 Service Unavailable is returned
* Tweaks wording
---
src/api/basics.rst | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/src/api/basics.rst b/src/api/basics.rst
index 8f9df6f..bce96cc 100644
--- a/src/api/basics.rst
+++ b/src/api/basics.rst
@@ -597,3 +597,9 @@ specific request types are provided in the corresponding
API call reference.
The request was invalid, either because the supplied JSON was invalid, or
invalid information was supplied as part of the request.
+
+- ``503 - Service Unavailable``
+
+ The request can't be serviced at this time, either because the cluster is
overloaded,
+ maintenance is underway, or some other reason.
+ The request may be retried without changes, perhaps in a couple of minutes.