konidev20 / demo-hangfire

A demo on how to set up a job-scheduler and scalable worker to handle background jobs and other asynchronous tasks.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

demo-hangfire

A demo on how to set up a job-scheduler and scalable worker to handle background jobs and other asynchronous tasks.

Clone the repository

git clone https://github.com/konidev20/demo-hangfire.git

Requirements

  • .NET Core 6 Runtime
  • .NET Core 6 SDK
  • Visual Studio 2022 Community Edition

About

A demo on how to set up a job-scheduler and scalable worker to handle background jobs and other asynchronous tasks.

License:Apache License 2.0


Languages

Language:C# 81.6%Language:Dockerfile 18.4%