Skip to content

emreesahiiinn/HangfireBackgroundJob

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Hangfire Background Job Project

This project is a background job processing application developed using .NET 9. The following technologies are utilized:

Features

  • Hangfire: Manages background jobs. Jobs can be monitored via the Hangfire Dashboard.
  • Redis: Used for Hangfire job queue and data caching. The Redis server runs at localhost:6379.
  • Prometheus: Collects metrics for background jobs. Metric data is accessible at http://localhost:5285/metrics.

Configuration

Notes

  • Redis Configuration: Redis is used for Hangfire. Ensure that the Redis server is running and accessible at localhost:6379.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages