mo-esmp / scale-hangfire

Scale hangfire with docker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Scale Hangfire with docker

To run projects:

  • run docker-compose build
  • run docker-compose up -d
  • run docker-compose scale workerservice=2
  • To access job dashboard, enter http://localhost:9000 address in browser

Read the How to scale Hangfire with docker blog post for more detail.

About

Scale hangfire with docker


Languages

Language:C# 87.3%Language:Dockerfile 12.7%