I have a dashboard where users can do modification to their customers datas. Some modifications needs heavy processing on all those customers. I don't want to block my user waiting that the task finished so how can I manage this in background?
I saw Spring Batch but I'm not sure it's the good answer. Is there anything else?
Thanks in advance for your help.