Added crons
This commit is contained in:
@@ -96,7 +96,20 @@ long sitecrons_calls(CVars in, CVars &out) {
|
||||
ct["description"]="Notification System "; ct["description"].set_valid( true );
|
||||
CronTracker(ct, co);
|
||||
return NotificationSystem(in, out);
|
||||
break;
|
||||
|
||||
case WRB_CRONJOB_PENDINGSM:
|
||||
ct["job_type"]="WRB_CRONJOB_PENDINGSM"; ct["job_type"].set_valid( true );
|
||||
ct["description"]="Alert Pending Transfers "; ct["description"].set_valid( true );
|
||||
CronTracker(ct, co);
|
||||
return 0; //NotificationSystem(in, out);
|
||||
break;
|
||||
|
||||
case WRB_CRONJOB_GROUPJOBS:
|
||||
ct["job_type"]="WRB_CRONJOB_GROUPJOBS"; ct["job_type"].set_valid( true );
|
||||
ct["description"]="Job Group Processing"; ct["description"].set_valid( true );
|
||||
CronTracker(ct, co);
|
||||
return 0; //NotificationSystem(in, out);
|
||||
break;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user