We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5fa90d4 + bd0d0f1 commit 394c50aCopy full SHA for 394c50a
1 file changed
Configuration/Settings.yaml
@@ -9,10 +9,18 @@ Netlogix:
9
groups:
10
11
default:
12
- # Supervisor group name.
13
- # Defaults to the array key if not present.
+ # Maps to a Supervisor group name.
14
# Gets cleaned up to not contain invalid characters as of supervisor settings
15
- name: "%FLOW_PATH_ROOT%"
+ #
+ # In general, `supervisorctl restart flow:` calls are limited to only one
16
+ # specific group.
17
+ # If multiple flow instances share a common supervisor daemon, the unique group name
18
+ # per flow instances allows restart calls on deployment that don't affect other flow
19
+ # instances.
20
+ # This can be changed to e.g. `name: "%FLOW_PATH_ROOT%"`
21
22
+ # Defaults to the array key if not present.
23
+ name: "default"
24
25
# Defaults to 999
26
priority: 100
0 commit comments