|
Crontab Jobs
|
|
$CGI/cronAnteroWebServerl.pl
Main crontab script, run very minute by the crontab file ~e831/crontab.
The following perl subroutines are called sequentially to start the corresponding processes:
- &cronStartStacker:
starts the INPUT PROCESS if the file ~/.startStacker is found
- &cronStartColoFarm:
starts the ANALYSIS PROCESS if the file ~/.startColoFarm is found
- &cronStartColoSkimSpool:
starts the OUTPUT PROCESS if the file ~/.startColoSkimSpool is found
- &cronStartColoSkimUpdate:
starts the GROUPING PROCESS every 15 minutes (at 00, 15, 30, 45 past the hour)
- &cronStartColoSkimList:
started after ColoSkimUpdate every 15 minutes
- &cronStartSkimTransfer:
starts the TRANSFER PROCESS every 10 minutes (ar 0, 10, ...past the hour)
- &cronStartSkimFtp:
starts the EXPORT PROCESS every 5 minutes (at 0, 5,...55, past the hour)
- &cronStartColoSkimStats:
starts the STATISTIC PROCESS every hour (at 30 minutes past the hour)