Merge branch 'master' into 9307-cwl-use-tmp-output
[arvados.git] / services / nodemanager / arvnodeman / launcher.py
index 4554c4cd63f432ed7617f36da991a91caa982027..1be7e46387ff6c5bfe38d4e4805694fb7986cfa7 100644 (file)
@@ -126,7 +126,11 @@ def main(args=None):
             node_setup, node_shutdown, node_monitor,
             max_total_price=config.getfloat('Daemon', 'max_total_price')).tell_proxy()
 
-        WatchdogActor.start(config.getint('Daemon', 'watchdog'))
+        WatchdogActor.start(config.getint('Daemon', 'watchdog'),
+                            cloud_node_poller.actor_ref,
+                            arvados_node_poller.actor_ref,
+                            job_queue_poller.actor_ref,
+                            node_daemon.actor_ref)
 
         signal.pause()
         daemon_stopped = node_daemon.actor_ref.actor_stopped.is_set