Event Handler

All about the endpoints

This file deals with the event scheduling using two methods:

doScheduledWork()

  • runs every day at 00:00 - America/New_York Timezone and resets the incident_ref_seq to 1 using ALTER_TABLE.

checkUnprocessedAudits() :

  • It is a scheduled function to check for all unprocessed events/audits from audit logs every 30 Seconds. Uses processRow Internally to process the incidents.
Top