Hangfire is an open-source framework that helps you to create, process and manage your background jobs in .NET Framework and .NET Core.
Hangfire is an open-source framework that helps you to create, process and manage your background jobs in .NET Framework and .NET Core.:
- mass notifications/newsletter
- batch import from xml, csv, json
- creation of archives
- firing off web hooks
- deleting users
- building different graphs
- image/video processing
- purge temporary files
- recurring automated reports
- database maintenance
Background job type support:
- Single use
- Delayed
- Recurring
- Continuations
Persistent Storage via SQLServer, Redis, PostgreSQL, mongoDB or CompositeC1.
Hangfire is a .NET Framework alternative to Sidekiq, Resque, and delayed_job.