2
votes
1answer
82 views

How to report outcomes of a background task to users?

I have an application that in essence takes files and imports them into a database. As these files can take a while to import, we have a queue of these tasks that get run one-by-one. As such, each ...