1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-05 02:29:26 +02:00

Update DEPLOYMENT.md

remove redundant "keeps"
This commit is contained in:
Lenciel 2015-09-07 20:19:27 +08:00
parent e182b18a1d
commit 782b744bdc

View file

@ -293,7 +293,7 @@ ExecStop=-/usr/bin/docker stop -t 10 %p-%i
**Requires** the `rethinkdb-proxy-28015.service` unit on the same host. **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. Note that it doesn't make sense to have more than one reaper running at once, as they would just duplicate the events.