Cron Jobs
Cron Jobs are used for review schedulers of some regular procedures that are executed by system.
Following procedures are available:
- CdrPartitioning
- Procedure of creating new tables for tables CDR History, Auth logs, RTP Statistics and API Logs.
- CdrBatchCleaner
- Procedure of removing old batches of information from temporary table in Routing Database.
- PartitionRemoving
- Procedure of removing partitions of tables CDR History, Auth logs, RTP Statistics and API Logs. Storage period for each table defined at regulated by configurations parameter
partition_remove_delayat/opt/yeti-web/config/yeti_web.yml. - CallsMonitoring
- Procedure that is used for periodical (once per minute) calculation of cost for all active calls for each Account and comparison their cost with current
Account Balance. If account balance is less than cost of all active calls for the account - all account calls will be termianted by Yeti. This procedure also is used for calculating statistics forDashboard <dashboard>andActive calls. - StatsClean
- Procedure of removing statistics that are used for calculation of quality parameters (ACD, ASR and Short Calls) for Gateways and Dialpeers.
- StatsAggregation
- Procedure of aggregation of the data about calls for the graphs.
- Invoice
- Procedure of automatic Invoices generation.
- ReportScheduler
- Procedure of reports generation according to stored schedulers.
- TerminationQualityCheck
- Procedure of checking of the quality parameters of Gateways and Dialpeers Dialpeers and Gateways will be locked in case of overcoming of threshold for quality parameters - Acd Limit, Asr Limit or Short Calls Limit.
- DialpeerRatesApply
- Procedure of applying New Rates for Dialpeers and Destinations.
- AccountBalanceNotify
- Procedure of sending Account Balance Notification.
Properties
- Name
- Name of procedure for this Job.
- Description
- Textual description of procedure.
- Last Success At
- Status of last job execution.
- Last Run At
- Period of time when this Job was executed last time.
- Last Duration
- Duration of last job execution.
- Cron line
- Job schedule in CRON format.