https://github.com/rczaka/hangfire-example
Example of a worker service with Hangfire
https://github.com/rczaka/hangfire-example
dashboard dotnet hangfire
Last synced: 5 months ago
JSON representation
Example of a worker service with Hangfire
- Host: GitHub
- URL: https://github.com/rczaka/hangfire-example
- Owner: rczaka
- License: mit
- Created: 2022-03-28T18:40:27.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-03-29T18:36:48.000Z (over 3 years ago)
- Last Synced: 2025-04-22T12:58:50.226Z (6 months ago)
- Topics: dashboard, dotnet, hangfire
- Language: C#
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hangfire Example
## Description
Simple app that uses the [Hangfire](https://github.com/HangfireIO/Hangfire) package. It generates a simple dashboard that shows data about scheduled jobs. It also uses the [Hangfire.Dashboard.Management.v2](https://github.com/lcourson/Hangfire.Dashboard.Management.v2) extension to create these jobs. Written in C# 10 and .NET 6.
## Run
```bash
git clone https://github.com/rafaldinho/hangfire-example.git
cd ./hangfire-example/src
dotnet run
```## License
[MIT](https://choosealicense.com/licenses/mit/)