Re: API to stop/resume/terminate a long running task

2020-10-13 Thread Chetan Ganji
Hi Aparna, I dont know the details of your implementation. As its a bulk upload, assuming there would be an upload form where user can put multiple files simultaneously. One by one, each file would be uploaded to the server. AFAIK, bulk operations are not supposed to be stopped and resumed in

API to stop/resume/terminate a long running task

2020-10-12 Thread Arpana Mehta
Hello everybody, I am here looking for a solution to a problem commonly faced maybe. I have like a huge amount of data that is being uploaded in a go. While I can keep these upload tasks under atomic decorators to avoid systemic failure but I don't have way to let the user stop the task and