nominally working system!
[spider.git] / perl / cluster.pl
index 51d1455b41eb3b35b01cc48e793a87ea0c1d43fd..ddcf721448582d18f1100ec363586cf677c511ee 100755 (executable)
@@ -593,7 +593,7 @@ $script->run($main::me) if $script;
 
 my $main_loop = Mojo::IOLoop->recurring($idle_interval => \&idle_loop);
 
-Mojo::IOLoop->start;
+Mojo::IOLoop->start unless Mojo::IOLoop->is_running;
 
 cease(0);
 exit(0);