6
votes
2answers
623 views

Best practices when managing long running asynchronous jobs

I am in the design phase of a project where the end user will submit a request from a web page that will spawn a long running asynchronous processed job. Is there a "best practice" for this problem? ...