Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 359 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 359 Bytes

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.