Overview description of asynchron background task.
The business-logic can create background-task, which will be executed async by the background-db-updater job (QuarzJob).
This job runs with a configurable interval. The task will be added to FIFO queue. The queue will be checked by the background-db-updater job.
Class Diagram