File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed
src/Control/Distributed/Process Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -330,15 +330,11 @@ registryMonitorAgentId = MxAgentId "service.registry.monitoring"
330
330
331
331
-- note [registry monitoring agent]
332
332
-- this agent listens for 'MxRegistered' and 'MxUnRegistered' events and tracks
333
- -- all remote 'ProcessId's that are stored in the registry.
333
+ -- all labels for remote 'ProcessId's that are stored in the registry.
334
334
--
335
335
-- When a remote process is registered, the agent starts monitoring it until it
336
336
-- is unregistered or the monitor notification arrives.
337
337
--
338
- -- The agent keeps the amount of labels associated with each registered remote
339
- -- process. This is necessary so the process is unmonitored only when it has
340
- -- been unregistered from all of the labels.
341
- --
342
338
343
339
registryMonitorAgent :: Process ProcessId
344
340
registryMonitorAgent = do
You can’t perform that action at this time.
0 commit comments