Challenge Overview
The WebBatchContainer is going to be how the Insight project processes enriched data. This component provides framework for running tasks synchronously, asynchronously or based on timer in context of SpringBatch, which is configured in database. Quartz framework is used for scheduling jobs. It provides concept of semaphores for sharing resources. Framework can be stopped gracefully. It writes exception log to database and provides task to clean it. In addition, component provides email notification systems to report errors.
Final Submission Guidelines
N/A