Relative Content

Tag Archive for c#asp.net-mvctasktask-parallel-library

Task occasionally fails silently in MVC controller

With a MVC controller I call a function, runPreflighter that runs a task. This task loops on a set of given files, runs them through an external rest API, reads a log file, and updates a database with the the results.