mirror of
https://github.com/datarhei/core.git
synced 2025-10-05 07:57:13 +08:00
Fix cluster process update on metadata change
This commit is contained in:
@@ -891,7 +891,9 @@ func (n *node) ProcessList(options ProcessListOptions) ([]clientapi.Process, err
|
||||
}
|
||||
|
||||
func (n *node) ProxyProcessList() ([]Process, error) {
|
||||
list, err := n.ProcessList(ProcessListOptions{})
|
||||
list, err := n.ProcessList(ProcessListOptions{
|
||||
Filter: []string{"config", "state", "metadata"},
|
||||
})
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
|
Reference in New Issue
Block a user