mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-03 05:39:12 -04:00
Docker: Use new /health
endpoint for HEALTHCHECK
This commit is contained in:
parent
11de525508
commit
f1856cf95a
5 changed files with 49 additions and 31 deletions
|
@ -21,6 +21,9 @@
|
|||
* 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)).
|
||||
* Docker now uses the new `/health` endpoint for health checks, which avoids
|
||||
issues when authentication is enabled. It also avoids the unnecessary creation
|
||||
of database records for managing browser sessions.
|
||||
|
||||
#### For plugin authors
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue