specialpages: New /health endpoint for health checking

This endpoint is intended to conform with:
https://www.ietf.org/archive/id/draft-inadarei-api-health-check-06.html
This commit is contained in:
Richard Hansen 2021-12-20 20:34:43 -05:00
parent 2e4c546c7f
commit 696f9c3367
3 changed files with 68 additions and 0 deletions

View file

@ -19,6 +19,8 @@
* Fixed race conditions in the `setText`, `appendText`, and `restoreRevision`
functions (HTTP API).
* Fixed a crash if the database is busy enough to cause a query timeout.
* New `/health` endpoint for getting information about Etherpad's health (see
[draft-inadarei-api-health-check-06](https://www.ietf.org/archive/id/draft-inadarei-api-health-check-06.html)).
#### For plugin authors