Skip to content

Hangfire is a framwok that use to schedule job automatically. you can use any db with it it will generate all its table bydefault jyou just need to specify the connection string.

Notifications You must be signed in to change notification settings

imdesai00/Hangfire_Jobs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Hangfire Task Scheduler

Welcome to the Hangfire Task Scheduler project! This repository contains a powerful and flexible task scheduling solution built using Hangfire. Hangfire is an open-source framework that allows you to perform background processing in .NET and .NET Core applications with ease.

Features

  • Recurring Jobs: Schedule jobs to run at specified intervals (e.g., daily, weekly).
  • Delayed Jobs: Queue tasks to be executed after a set period.
  • Continuous Jobs: Trigger tasks based on certain conditions or events.
  • Real-Time Monitoring: Track the status and progress of your jobs with Hangfire's built-in dashboard.
  • Automatic Retries: Handle job failures gracefully with configurable retry policies.
  • Scalability: Distribute tasks across multiple servers for enhanced performance and reliability.

Deployment

To deploy this project run

git clone https://github.com/yourusername/hangfire-task-scheduler.git
cd hangfire-task-scheduler
"ConnectionStrings": {
  "HangfireConnection": "your-database-connection-string"
}
dotnet run

Acknowledgements

  • Hangfire for the fantastic background job processing framework.
  • All contributors to this project for their hard work and dedication.

About

Hangfire is a framwok that use to schedule job automatically. you can use any db with it it will generate all its table bydefault jyou just need to specify the connection string.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages