cofoundry
cofoundry copied to clipboard
Create core BackgroundTask implementation using IHostedService
With the introduction of IHostedService in asp.net core we can now have an implementation of background tasks in the core framework (or at least in Cofoundry.Web). Implementing this wouldl avoid having to pull in an extra package for most scenarios, but some investigation is required to make sure it is reliable enough to depend on.