Skip to content

Commit b03f296

Browse files
committed
Documentation edits made through Mintlify web editor
1 parent 7ebe63a commit b03f296

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

self-hosting/lifecycle-maintenance/healthchecks.mdx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,24 +6,24 @@ title: "Healthchecks"
66
This requires the Docker image to be `journeyapps/powersync-service:0.5.8` or later.
77
</Info>
88

9-
The following endpoints can be used to check your system:
9+
The following endpoints can be used to check the health of your PowerSync Service instance. This provides a way to catch issues before they impact your users.
1010

1111
### Startup:
1212

1313
You can use the `/probes/startup` endpoint to confirm the service has started up correctly.
1414

15-
A `200` status code shows the system has started up.
15+
A `200` status code shows the service has started up.
1616

17-
A `400` status code shows the system has **not** yet started.
17+
A `400` status code shows the service has **not** yet started.
1818

1919
### Liveness:
2020

2121
You can use the `/probes/liveness` endpoint to confirm the service is alive.
2222

23-
A `200` status code shows the system is alive.
23+
A `200` status code shows the service is alive.
2424

25-
A `400` status code shows the system is **not** alive.
25+
A `400` status code shows the service is **not** alive.
2626

2727
<Tip>
28-
**Example**: An example configuration with Docker Compose is available in the [self-host-demo app](https://github.com/powersync-ja/self-host-demo/blob/main/services/powersync.yaml).
29-
</Tip>
28+
**Example**: An example configuration with Docker Compose is available in the [self-host-demo app](https://github.com/powersync-ja/self-host-demo/blob/main/services/powersync.yaml).
29+
</Tip>

0 commit comments

Comments
 (0)