Job Scheduler
Overview
This topic describes the basic functionality of the job schedulers available in CERT+. These cron jobs are scheduled in the background to check, monitor, audit the certificates in inventory. The AppViewX Platform cron job checks the certificate cron job every 15 minutes and looks for the changes and triggers the job at a scheduled time.
The Cron job frameworks are,
- Check
- Monitor
- Audit
Check
- Each Cron Job is executed for the batch of certificates (depending on the job) asynchronously and on successful completion, the status is updated in the database.
- All Cron jobs executed asynchronously based on the scheduled time.
- Each Cron job is bound to the internal business logic to update the status in the database.
Monitor
- Cron jobs are scheduled at recurring intervals and customized to run the job multiple times in a day or months.
- Audit Logs are captured in the logging subsystem.
Audit
- The auditing is enabled subsystem-wise (ADC+ and CERT+) based on internal business logic.
- Notification logs and Audit logs are captured for each internal business logic.