Spring Boot App with Task Scheduler - Started from Controller
Budget: $30 – $250 USD
Basically I want to have one endpoint /tasks, where you can post a TaskObject (id, name, status, data (string array))
Then this should start a background task (some dataprocessing) and as soon it finishes it should set the status flag to Finished
I dont know which Component (Spring Batch or Task Scheduler) is the best for this kind of usecases..
Basically it is more a mock project to see this functionality...
It is very imporntant that I can run per example 20-30 tasks in parallel in the backend
so every post request should trigger and start e new task in the background
Then this should start a background task (some dataprocessing) and as soon it finishes it should set the status flag to Finished
I dont know which Component (Spring Batch or Task Scheduler) is the best for this kind of usecases..
Basically it is more a mock project to see this functionality...
It is very imporntant that I can run per example 20-30 tasks in parallel in the backend
so every post request should trigger and start e new task in the background