mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-03 21:59:15 -04:00
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:
parent
2e4c546c7f
commit
696f9c3367
3 changed files with 68 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue