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

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

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/)