This component is built to manage and process asynchronous processes such as data adding/refreshing.

- Insert a record in task control table when the customer submits a task request.
 - Invoke the worker to process the task.
 - The data will be partitioned and processed by invoking the worker itself.
 - Update the record in task control to see if the task is completed without issues.