An open API service indexing awesome lists of open source software.

https://github.com/calabonga/backgroundworkers

BackgroundWorkers for Microservices on ASP.NET Core
https://github.com/calabonga/backgroundworkers

Last synced: over 1 year ago
JSON representation

BackgroundWorkers for Microservices on ASP.NET Core

Awesome Lists containing this project

README

          

# BackgroundWorkers

Background Workers for Microservices on ASP.NET Core. Contains Scoped and Scheduled workers

# Installation and sample

You can install from nuget-package
[Calabonga.Microservices.BackgroundWorkers](https://www.nuget.org/packages/Calabonga.Microservices.BackgroundWorkers/). Also you can see the using sample on the [github](https://github.com/Calabonga/BackgroundWorker)