Changeset 39 for trunk/gridctl.php
- Timestamp:
- Feb 15, 2019, 4:56:31 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/gridctl.php
r35 r39 24 24 if ( ! $gLink ) 25 25 { 26 write_log( "$self: Could not select DB $gDB - " . mysqli_error() ); 27 mail_to_admin( "fail", "Internal Error: Could not select DB $gDB" ); 28 sleep(300); 26 write_log( "$self: Could not select DB $gDB - " . mysqli_error($gLink) ); 27 //mail_to_admin( "fail", "Internal Error: Could not select DB $gDB" ); 28 mail_to_admin( "fail", 29 "Internal Error: Could not select DB $gDB $dbhost $guser " ); 30 //sleep(300); 31 sleep(3); 29 32 exit(); 30 33 } … … 1007 1010 UltraScan job error notification from gridctl.php: 1008 1011 1009 Update Time : $updateTime 1012 Update Time : $updateTime [ now=$now ] 1010 1013 GFAC Status : $status 1011 1014 Cluster : $cluster … … 1050 1053 break; 1051 1054 1052 $status = 'DATA';1053 break;1055 // $status = 'DATA'; 1056 // break; 1054 1057 1055 1058 case 'COMPLETED' :
Note:
See TracChangeset
for help on using the changeset viewer.