X-Git-Url: http://www.dxcluster.org/gitweb/gitweb.cgi?p=spider.git;a=blobdiff_plain;f=perl%2Fcluster.pl;h=d20b539c5b01447d5edc8d796752c13685e35904;hp=07c405038e68874dc70e94938ded9045a6903f5d;hb=27854d917fc31b9f2dd184c24e6f38265a3a09e8;hpb=47a35911bc7916d60a54fb1e07787d3436be5e81 diff --git a/perl/cluster.pl b/perl/cluster.pl index 07c40503..d20b539c 100755 --- a/perl/cluster.pl +++ b/perl/cluster.pl @@ -236,9 +236,9 @@ for (;;) { $systime = $timenow; $cldate = &cldate(); $ztime = &ztime(); + DXCron::process(); # do cron jobs DXCommandmode::process(); # process ongoing command mode stuff DXProt::process(); # process ongoing ak1a pcxx stuff - DXCron::process(); DXConnect::process(); } }