cofoundry icon indicating copy to clipboard operation
cofoundry copied to clipboard

Create core BackgroundTask implementation using IHostedService

Open HeyJoel opened this issue 7 years ago • 0 comments

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.

HeyJoel avatar Feb 15 '18 17:02 HeyJoel