mirror of
https://github.com/gotenberg/gotenberg.git
synced 2026-08-16 20:32:13 +01:00
improving documentation on timeout issues
This commit is contained in:
@@ -5,11 +5,6 @@ title: Ping
|
||||
Gotenberg provides the endpoint `/ping` for checking the API availability with
|
||||
a simple `GET` request.
|
||||
|
||||
This feature is especially useful for liveness/readiness probes in Kubernetes:
|
||||
|
||||
* [Pod lifecycle](https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/#container-probes)
|
||||
* [Configure Liveness and Readiness Probes](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-probes/)
|
||||
|
||||
If `LOG_LEVEL` is `"DEBUG"`, it also returns details about the PM2 processes in JSON format.
|
||||
For instance:
|
||||
|
||||
@@ -39,3 +34,5 @@ For instance:
|
||||
}
|
||||
]
|
||||
```
|
||||
|
||||
> if `LOG_LEVEL` is NOT `"DEBUG"`, no log entries are written.
|
||||
Reference in New Issue
Block a user