We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cbebb93 + a1da645 commit 219f7afCopy full SHA for 219f7af
supervisor/rpcinterface.py
@@ -167,9 +167,19 @@ def restart(self):
167
168
def reloadConfig(self):
169
"""
170
- Reload configuration
+ Reload the configuration.
171
+
172
+ The result contains three arrays containing names of process
173
+ groups:
174
175
+ * `added` gives the process groups that have been added
176
+ * `changed` gives the process groups whose contents have
177
+ changed
178
+ * `removed` gives the process groups that are no longer
179
+ in the configuration
180
181
+ @return array result [[added, changed, removed]]
182
- @return boolean result always return True unless error
183
184
self._update('reloadConfig')
185
try:
0 commit comments