Skip to content
Snippets Groups Projects
Commit 77277fca authored by Martin Blanchard's avatar Martin Blanchard
Browse files

server/instance.py: Active schedulers monitoring

parent 32ea698c
No related branches found
No related tags found
No related merge requests found
......@@ -211,6 +211,9 @@ class BuildGridServer:
self._schedulers[instance_name] = instance.scheduler
self._instances.add(instance_name)
if self._is_instrumented:
instance.scheduler.activate_monitoring()
def add_bots_interface(self, instance, instance_name):
"""Adds a :obj:`BotsInterface` to the service.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment