Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 1.25 KB

index.md

File metadata and controls

25 lines (17 loc) · 1.25 KB

Audit-docs

Documentation for the project Audition

View on GitHub Download .zip Download .tar.gz

wercker status

Audit Message Queue Collector

This component collects AuditEvent messages in the queue and stores it on the database

This component when deployed will version the database and creates all necessary tables. However You don't need to worry about concurrent access, tanks to FlywayDB migration project.

It aim to be robust. For that reason, in cases where the database is off, it keeps the messages in the queue, sleep and try again later.

For more information about all project components check Project Home