Task occasionally fails silently in ASP.NET MVC controller
With an ASP.NET 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.
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.