From 782b744bdce2af6649c6bd9580d4e3300d0e6d12 Mon Sep 17 00:00:00 2001 From: Lenciel Date: Mon, 7 Sep 2015 20:19:27 +0800 Subject: [PATCH] Update DEPLOYMENT.md remove redundant "keeps" --- doc/DEPLOYMENT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/DEPLOYMENT.md b/doc/DEPLOYMENT.md index d79a07ce..a99a141b 100644 --- a/doc/DEPLOYMENT.md +++ b/doc/DEPLOYMENT.md @@ -293,7 +293,7 @@ ExecStop=-/usr/bin/docker stop -t 10 %p-%i **Requires** the `rethinkdb-proxy-28015.service` unit on the same host. -The reaper unit receives heartbeat events from device workers, and marks lost devices as absent until a heartbeat is received again. The purpose of this unit is to ensure the integrity of the present/absent flag in the database, in case a provider shuts down unexpectedly or another unexpected failure occurs. It loads the current state from the database on startup and keeps keeps patching its internal view as events are routed to it. +The reaper unit receives heartbeat events from device workers, and marks lost devices as absent until a heartbeat is received again. The purpose of this unit is to ensure the integrity of the present/absent flag in the database, in case a provider shuts down unexpectedly or another unexpected failure occurs. It loads the current state from the database on startup and keeps patching its internal view as events are routed to it. Note that it doesn't make sense to have more than one reaper running at once, as they would just duplicate the events.