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
- Host: GitHub
- URL: https://github.com/mo-esmp/scale-hangfire
- Owner: mo-esmp
- Created: 2021-05-07T18:29:05.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-09-01T18:04:32.000Z (about 2 years ago)
- Last Synced: 2024-05-18T19:42:51.308Z (over 1 year ago)
- Topics: asp-net-core, csharp, docker, hangfire
- Language: C#
- Homepage:
- Size: 27.3 KB
- Stars: 8
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 browserRead the [How to scale Hangfire with docker](https://dev.to/moesmp/how-to-scale-hangfire-with-docker-553o) blog post for more detail.