Thread was being aborted while running Task.
Question
Sep 9, 2018
Hi, I am running a Task, which calla a API and store the data, get from the API into the Database. The API is getting called inside a for each loop and the Task takes longer time as the loop has to iterate so many times. This is working fine while running locally but while...