Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/django.rst
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ spec:
.. http:get:: /__heartbeat__

The heartbeat view will go through the list of configured Dockerflow
checks in the :ref:`DOCKERFLOW_CHECKS` setting, run each check, and, if
checks in the :ref:`DOCKERFLOW_CHECKS` setting, run each check, and, if
`settings.DEBUG` is `True`, add their results to a JSON response.

The view will return HTTP responses with either a status code of 200 if
Expand Down Expand Up @@ -336,8 +336,8 @@ spec:
}
}

:statuscode 200: no error
:statuscode 500: there was a warning or error
:statuscode 200: no error, with potential warnings
:statuscode 500: there was an error

.. http:get:: /__lbheartbeat__

Expand Down
2 changes: 1 addition & 1 deletion docs/fastapi.rst
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ spec:
}
}

:statuscode 200: no error
:statuscode 200: no error, with potential warnings
:statuscode 500: there was an error

.. http:get:: /__lbheartbeat__
Expand Down
4 changes: 2 additions & 2 deletions docs/flask.rst
Original file line number Diff line number Diff line change
Expand Up @@ -389,8 +389,8 @@ spec:
}
}

:statuscode 200: no error
:statuscode 500: there was a warning or error
:statuscode 200: no error, with potential warnings
:statuscode 500: there was an error

.. http:get:: /__lbheartbeat__

Expand Down
4 changes: 2 additions & 2 deletions docs/sanic.rst
Original file line number Diff line number Diff line change
Expand Up @@ -369,8 +369,8 @@ spec:
}
}

:statuscode 200: no error
:statuscode 500: there was a warning or error
:statuscode 200: no error, with potential warnings
:statuscode 500: there was an error

.. http:get:: /__lbheartbeat__

Expand Down