Browse Source

Update README.

Roberto Ostinelli 5 years ago
parent
commit
20a01a1f6e
1 changed files with 6 additions and 0 deletions
  1. 6 0
      README.md

+ 6 - 0
README.md

@@ -195,6 +195,8 @@ Types:
     Node = atom()
     Node = atom()
 ```
 ```
 
 
+> This is a non-optimized call, use for debugging / monitoring purposes only.
+
 ### Process Groups
 ### Process Groups
 
 
 > There's no need to manually create / delete Process Groups, Syn will take care of managing those for you.
 > There's no need to manually create / delete Process Groups, Syn will take care of managing those for you.
@@ -368,6 +370,8 @@ To retrieve the total count of groups in the cluster:
 syn:groups_count() -> non_neg_integer().
 syn:groups_count() -> non_neg_integer().
 ```
 ```
 
 
+> This is a non-optimized call, use for debugging / monitoring purposes only.
+
 To retrieve the count of groups that have at least 1 process running on a specific node:
 To retrieve the count of groups that have at least 1 process running on a specific node:
 
 
 ```erlang
 ```erlang
@@ -377,6 +381,8 @@ Types:
     Node = atom()
     Node = atom()
 ```
 ```
 
 
+> This is a non-optimized call, use for debugging / monitoring purposes only.
+
 ## Callbacks
 ## Callbacks
 In Syn you can specify a custom callback module if you want to:
 In Syn you can specify a custom callback module if you want to: