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
- Host: GitHub
- URL: https://github.com/calabonga/backgroundworkers
- Owner: Calabonga
- License: mit
- Created: 2020-09-24T03:46:54.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-06-28T10:15:04.000Z (about 3 years ago)
- Last Synced: 2025-04-12T22:04:56.704Z (over 1 year ago)
- Language: C#
- Size: 140 KB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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)