An open API service indexing awesome lists of open source software.

https://github.com/mo-esmp/scale-hangfire

Scale hangfire with docker
https://github.com/mo-esmp/scale-hangfire

asp-net-core csharp docker hangfire

Last synced: 3 months ago
JSON representation

Scale hangfire with docker

Awesome Lists containing this project

README

          

# 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](https://dev.to/moesmp/how-to-scale-hangfire-with-docker-553o) blog post for more detail.