Task #16871
Implement long running request processor
Start date:
10/10/2023
Due date:
% Done:
50%
Estimated time:
Description
- A Web Service Call for Initiating Long Running Tasks
- The web service receives the request and creates an entry in a table. This entry includes all the details.
- After creating the database entry, the web service transfers the task to a RabbitMQ queue.
- The task is retrieved from the queue by servers running workers for long running tasks.
- The worker processes the task and stores the result in a designated area.