Skip to content

Commit

Permalink
Make heartbeat description clearer
Browse files Browse the repository at this point in the history
  • Loading branch information
yuri1969 authored and tchiotludo committed Mar 13, 2024
1 parent 6cbbea1 commit f50d686
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/docs/10.configuration-guide/heartbeat.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ icon: /docs/icons/admin.svg

Here are the configuration options for the heartbeat.

JDBC have a concept of heartbeats that periodically check the health of a worker at the specified `frequency`.
Deployments based on the [JDBC architecture](../04.architecture/index.md#architecture-with-jdbc-backend) use a concept of heartbeats that periodically check the health of a worker at the specified `frequency`.

* If the last healthcheck is older than `heartbeat-missed * frequency`, the worker will be marked as unhealthy.
* If the last healthcheck is older than `heartbeat-missed * frequency * 2`, the worker will be deleted.
Expand Down

0 comments on commit f50d686

Please sign in to comment.